Skip to content

Commit

Permalink
Upgrade cmake.yml
Browse files Browse the repository at this point in the history
Signed-off-by: David Eriksson <[email protected]>
  • Loading branch information
twogood committed Nov 19, 2024
1 parent d6d883a commit ad097ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install \
cmake ninja openssl zlib
ninja zlib
echo "CMAKE_PREFIX_PATH=$(brew --prefix openssl):$(brew --prefix zlib)" >> $GITHUB_ENV
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
run: cmake --install build --strip --prefix install

- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: unshield-${{github.sha}} (${{matrix.platform.name}})
path: install
Expand Down

0 comments on commit ad097ae

Please sign in to comment.