Skip to content

Commit

Permalink
Fix github actions dependency installation for Macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed May 6, 2024
1 parent 3fcd426 commit c55cf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: ${{ matrix.cfg.os == 'ubuntu-latest' }}
run: sudo apt-get install nasm openssl ninja-build autoconf-archive
- name: Install osx dependencies
if: ${{ matrix.cfg.os == 'macos-latest' }}
if: ${{ matrix.cfg.os == 'macos-13' }}
run: brew install nasm ninja automake autoconf autoconf-archive
- name: Cache vcpkg binary
id: cache-vcpkg-bin
Expand Down

0 comments on commit c55cf44

Please sign in to comment.