Skip to content

Commit

Permalink
Try fix linux Qt5 runner by downgrading checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStevns committed Nov 29, 2024
1 parent 685f96f commit 286adee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
apt-get update -yq
apt-get install -yq --no-install-suggests --no-install-recommends git
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v2
- name: Install dependencies
uses: ./.github/actions/install-dependencies
with:
Expand Down

0 comments on commit 286adee

Please sign in to comment.