Skip to content

Commit

Permalink
checking sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
jokkon committed Sep 18, 2024
1 parent f3793e0 commit 8bbb870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
export PYVER_MINOR=${PYVER%.*}
echo "PYVER_MINOR: $PYVER_MINOR"
sudo apt-get update
apt-get update
sudo apt-get install -qq curl software-properties-common libnotify-dev libayatana-appindicator3-dev patchelf
sudo add-apt-repository -y ppa:git-core/ppa
sudo add-apt-repository -y ppa:deadsnakes/ppa
Expand Down

0 comments on commit 8bbb870

Please sign in to comment.