Skip to content

Commit

Permalink
github-actions: split git safe.directory setup from build
Browse files Browse the repository at this point in the history
  • Loading branch information
elliefm committed Jun 24, 2024
1 parent 4a85b0f commit 5774246
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
cpanm Digest::CRC
cpanm XML::Simple # XXX could be grabbed from apt by docker image
cpanm Mail::IMAPTalk # in image, but fetch latest!
- name: setup git safe directory
shell: bash
run: git config --global --add safe.directory /__w/cyrus-imapd/cyrus-imapd
- name: configure and build
shell: bash
run: |
git config --global --add safe.directory /__w/cyrus-imapd/cyrus-imapd
echo "building cyrus version" $(./tools/git-version.sh)
./tools/build-with-cyruslibs.sh
- name: report version information
Expand Down

0 comments on commit 5774246

Please sign in to comment.