We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11f4b1 commit 3027af6Copy full SHA for 3027af6
.github/workflows/build.yml
@@ -41,6 +41,6 @@ jobs:
41
- uses: actions/checkout@v1
42
- name: install_dependencies
43
run: |
44
- brew install scons sdl2 sdl2_image bullet libvorbis curl
+ brew install pkg-config scons sdl2 sdl2_image bullet libvorbis curl
45
- name: Build
46
run: scons
0 commit comments