Skip to content

Commit

Permalink
fix: line breaks are causing syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Sep 18, 2024
1 parent 5651cd1 commit 049a41a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +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 base-devel \
mingw-w64-ucrt-x86_64-toolchain \
mingw-w64-x86_64-nlohmann-json \
mingw-w64-x86_64-boost --noconfirm
pacman -S base-devel mingw-w64-ucrt-x86_64-toolchain 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 049a41a

Please sign in to comment.