Skip to content

Commit

Permalink
Move up a level
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 20, 2023
1 parent f5cae7f commit 116e1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
call qt-cmake -D CMAKE_BUILD_TYPE=Release -D QT_HOST_PATH=%qtHostPath% -G "${{ matrix.generator }}" -S "%GITHUB_WORKSPACE%" -B "%RUNNER_TEMP%"
cmake --build "%RUNNER_TEMP%" --verbose
dir /s /b "%RUNNER_TEMP%"
dir /s /b "%GITHUB_WORKSPACE%"
dir /s /b "%GITHUB_WORKSPACE%\.."
- name: Install DLL for tests
run: |
copy /v /b src\lib\${{ matrix.dll }} /b test\unit\cli
Expand Down

0 comments on commit 116e1c4

Please sign in to comment.