Skip to content

Commit

Permalink
Temp echo for qt
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Jan 7, 2024
1 parent 668161f commit 989c779
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jobs:
cache-key-prefix: ${{ runner.os }}-Qt-Cache-${{ env.QT_VERSION }}
dir: ${{ github.workspace }}/Qt

- name: Echo Qt repo (temp only)
shell: bash
run: |
ls -la ${{ github.workspace }}/Qt
ls -la ${{ github.workspace }}/Qt/include
echo ${{ github.workspace }}/Qt/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.
id: strings
Expand Down

0 comments on commit 989c779

Please sign in to comment.