Skip to content

Commit

Permalink
fix wheels.yml indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhus22 committed Jun 6, 2024
1 parent fe2e7e7 commit 5ae9bf8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
submodules: 'recursive'

- name: Install Linux dependencies
run: |
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 apt-get build-dep glfw3
fi
shell: bash
run: |
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 apt-get build-dep glfw3
fi
shell: bash

- uses: pypa/cibuildwheel@v2.17

Expand Down

0 comments on commit 5ae9bf8

Please sign in to comment.