Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Jun 6, 2024
1 parent 4683546 commit 2d8c951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt-get update
sudo apt-get remove -y python3-pip python3-wheel python3-setuptools
sudo apt-get install -y gdb-multiarch python3-dev git cmake gcc g++ pkg-config libglib2.0-dev gdbserver qemu-user
wget /-O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
wget -O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
python3 /tmp/get-pip.py --user
python3 -m pip install --upgrade pip wheel build setuptools
Expand Down

0 comments on commit 2d8c951

Please sign in to comment.