Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Mar 18, 2024
1 parent a2f1a83 commit fda10aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ jobs:
- name: AARCH64 install packages
if: matrix.platform == 'aarch64'
run: |
sudo dnf makecache --refresh
sudo dnf install -y gtk3-devel openssl-devel
dnf makecache --refresh
dnf install -y gtk3-devel openssl-devel
- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit fda10aa

Please sign in to comment.