Skip to content

Commit

Permalink
fix(ci): used wrong folder name on msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed Jun 1, 2023
1 parent 7f7d0bb commit 7d6a38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cache: true

- name: Configure CMake
run: cmake -G "Ninja" -B "${{env.BUILD_DIR}}" -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DQT_BASEDIR="${{github.workspace}}/qt/Qt/6.5.1/win64_msvc2019_64"
run: cmake -G "Ninja" -B "${{env.BUILD_DIR}}" -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DQT_BASEDIR="${{github.workspace}}/qt/Qt/6.5.1/msvc2019_64"

- name: Build
working-directory: ${{env.BUILD_DIR}}
Expand Down

0 comments on commit 7d6a38c

Please sign in to comment.