Skip to content

Commit

Permalink
Add architecture to the directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Jan 7, 2024
1 parent 1dc0c1a commit 18b9ff8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- name: Echo Qt repo (temp only)
shell: bash
run: |
ls -la ${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}
ls -la ${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}/include
echo ${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}/include
ls -la ${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}/gcc_64
ls -la ${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}/gcc_64/include
echo ${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}/gcc_64/include
- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
lines-changed-only: false
no-lgtm: false
repo-root: ${{ github.workspace }}
extra-args: "-I./include -I${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}/include"
extra-args: "-I./include -I${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}/gcc_64/include"
# The following value will only update a single comment
# in a pull request's thread. Set it to false to disable the comment.
# Set it to true to post a new comment (and delete the old comment).
Expand Down

0 comments on commit 18b9ff8

Please sign in to comment.