diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a549fac..8883e789 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,16 +70,9 @@ jobs: run: python -m pip install --user cmake if: runner.os == 'Windows' - - run: brew install -y llvm + - run: brew install llvm if: runner.os == 'macOS' -# - uses: lukka/run-vcpkg@v11 -# with: -# vcpkgGitCommitId: "8150939b69720adc475461978e07c2d2bf5fb76e" -# # There's a permissions issue with the cache -# # https://github.com/microsoft/vcpkg/issues/20121 -# doNotCache: true - - name: Download and unpack ROMs run: ./scripts/download_unpack_roms.sh @@ -129,17 +122,9 @@ jobs: push: false load: true - - run: brew install -y llvm + - run: brew install llvm if: runner.os == 'macOS' -# - uses: lukka/run-vcpkg@v11 -# if: runner.os != 'linux' -# with: -# vcpkgGitCommitId: "8150939b69720adc475461978e07c2d2bf5fb76e" -# # There's a permissions issue with the cache -# # https://github.com/microsoft/vcpkg/issues/20121 -# doNotCache: true - - name: Download and unpack ROMs run: ./scripts/download_unpack_roms.sh