Skip to content

Commit

Permalink
wheel.yml: add deb-src URI to run apt-get on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhus22 committed Jun 6, 2024
1 parent 5ae9bf8 commit 0bfd254
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt update
sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libwayland-dev libxkbcommon-dev
sudo cp /etc/apt/sources.list /etc/apt/sources.list~
sudo sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list
sudo apt-get update
sudo apt-get build-dep glfw3
fi
shell: bash
Expand Down

0 comments on commit 0bfd254

Please sign in to comment.