Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kebekus committed Dec 1, 2023
1 parent 4cab919 commit ccac11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
Expand Down

0 comments on commit ccac11e

Please sign in to comment.