Skip to content

Commit

Permalink
Update action.yml fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Oct 8, 2024
1 parent 05b1030 commit 05de369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ runs:
- name: Install windows deps
if: runner.os == 'Windows'
run: |
vcpkg install doctest:x64-mingw-dynamic trompeloeil:x64-mingw-dynamic
echo cmake_extra_args="'-DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake' '-DMINGW=ON' '-G MinGW Makefiles'" >> "$GITHUB_ENV"
echo cmake_extra_args="'-DMINGW=ON' '-G MinGW Makefiles'" >> "$GITHUB_ENV"
shell: bash

# Qt
Expand Down

0 comments on commit 05de369

Please sign in to comment.