Skip to content

Commit

Permalink
fix: add --noconfirm to pacman
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Sep 18, 2024
1 parent 650e175 commit 6357acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: runner.os == 'Windows'
run: |
$env:Path += ";C:\msys64\usr\bin" # msys64 is preinstalled, but not in path by default
pacman -S mingw-w64-x86_64-nlohmann-json mingw-w64-x86_64-boost
pacman -S mingw-w64-x86_64-nlohmann-json mingw-w64-x86_64-boost --noconfirm
# - name: Cache vcpkg
# if: runner.os == 'Windows'
Expand Down

0 comments on commit 6357acf

Please sign in to comment.