Skip to content

Commit

Permalink
CI: Eliminate unintended dist-upgrade for Arm64 host
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Feb 5, 2025
1 parent acad7c0 commit d5f0fc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ jobs:
# No 'sudo' is available
install: |
apt-get update -q -y
apt-get dist-upgrade -q -y
apt-get install -q -y make git clang python3 python3-pip build-essential libsdl2-dev libsdl2-mixer-dev lsb-release wget software-properties-common gnupg bc
git config --global --add safe.directory ${{ github.workspace }}
git config --global --add safe.directory ${{ github.workspace }}/src/softfloat
Expand Down

0 comments on commit d5f0fc2

Please sign in to comment.