Skip to content

Commit

Permalink
ci: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Apr 24, 2024
1 parent e8e44e2 commit dbff349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
echo "build-install-dir=${{ github.workspace }}/build-install-prefix" >> "$GITHUB_OUTPUT"
( [ "${{ matrix.cpp_compiler }}" = "cl" ] && echo "build-toolchain-opts=-DCMAKE_TOOLCHAIN_FILE=C:\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake" >> "$GITHUB_OUTPUT" ) || true
[ "${{ matrix.cpp_compiler }}" = "cl" ] && echo "build-toolchain-opts=-DCMAKE_TOOLCHAIN_FILE=C:\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake" >> "$GITHUB_OUTPUT"
true
- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit dbff349

Please sign in to comment.