Skip to content

Commit

Permalink
Valid?
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Jan 7, 2024
1 parent 14176b9 commit 32765f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
shell: bash
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
echo "qt-include-dir=${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/include"
echo "qt-lib-dir=${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/lib"
echo "qt-include-dir=${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/include" >> "$GITHUB_OUTPUT"
echo "qt-lib-dir=${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/lib" >> "$GITHUB_OUTPUT"
- name: Configure CMake
env:
Expand Down

0 comments on commit 32765f8

Please sign in to comment.