Skip to content

Commit

Permalink
run dnf update to get python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Mar 6, 2024
1 parent c13eaee commit 56bfc5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
dnf install -y -q 'dnf-command(config-manager)'
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
dnf install -y -q gh jq
dnf update -y
- uses: assignUser/stash/restore@main
with:
Expand Down

0 comments on commit 56bfc5b

Please sign in to comment.