Skip to content

Commit

Permalink
fixup! Upgrade to install-qt-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hasselmm committed Oct 6, 2024
1 parent 3223354 commit 9d941cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,12 @@ jobs:
run: |
sudo apt-get install ninja-build
- name: List CMake files (not Windows)
- name: List CMake files on Unix
if: !startsWith(matrix.runner, 'windows-')
run: |
find "$QT_ROOT_DIR/lib/cmake/${{matrix.package}}"
- name: List CMake files (Windows)
- name: List CMake files on Windows
if: startsWith(matrix.runner, 'windows-')
run: |
dir "$QT_ROOT_DIR/lib/cmake/${{matrix.package}}"
Expand Down

0 comments on commit 9d941cb

Please sign in to comment.