Skip to content

Commit

Permalink
Added sdl2-config to the PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Nov 28, 2023
1 parent 002f76e commit 3dc164d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ jobs:
make install
cd ..
rm -rf SDL2-${SDL2_VERSION}
find / -name sdl2-config
which sdl2-config
sdl2-config
SDL2_CONFIG_PATH=$(dirname $(find / -name sdl2-config 2>/dev/null))
echo "PATH=$PATH:$SDL2_CONFIG_PATH" >> $GITHUB_ENV
- name: Build wheels
run: |
Expand Down

0 comments on commit 3dc164d

Please sign in to comment.