Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Jan 19, 2025
1 parent 319c841 commit 99b914c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
if: startsWith(matrix.os, 'macos')
run: |
# binary dependencies
./.CI/SetupHomebrewDeps.sh openssl@3 boost
./.CI/SetupHomebrewDeps.sh boost openssl@3
# build and header-only dependencies
brew install rapidjson p7zip create-dmg cmake tree
shell: bash
Expand Down Expand Up @@ -352,6 +352,9 @@ jobs:
./../.CI/CreateDMG.sh
shell: bash
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

- name: Upload artifact (MacOS)
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit 99b914c

Please sign in to comment.