Skip to content

Commit

Permalink
last test ever
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdcalculus committed Nov 29, 2023
1 parent 59b8dca commit 75e8be2
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 @@ -95,7 +95,7 @@ jobs:
- name: Add tools to PATH (MinGW)
if: matrix.platform == 'mingw81_32'
shell: bash
run: echo "$RUNNER_WORKSPACE/Qt/Tools/mingw810_32/bin" >> $GITHUB_PATH
run: echo "${Qt5_DIR}/../../Tools/mingw810_32/bin" >> $GITHUB_PATH

- name: Configure MSVC (Windows)
if: contains(matrix.platform, 'msvc')
Expand Down

0 comments on commit 75e8be2

Please sign in to comment.