Skip to content

Commit

Permalink
Upgrade QT actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Jan 12, 2025
1 parent f2d6ca0 commit 51c9423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/linuxdeps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
run: sudo apt-get install libad9361-dev

- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v4

- name: Install sndfile
shell: ${{inputs.shell}}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/macosdeps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
using: 'composite'
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v4

- name: Remove spurious symlinks
shell: ${{inputs.shell}}
Expand Down

0 comments on commit 51c9423

Please sign in to comment.