Skip to content

Commit

Permalink
Remove -y from brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Nov 29, 2024
1 parent 9912f98 commit 7dde3bd
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7dde3bd

Please sign in to comment.