We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e9059 commit 476294bCopy full SHA for 476294b
.github/workflows/meson.yml
@@ -63,14 +63,6 @@ jobs:
63
sudo apt-get install --no-install-recommends wget liballegro4-dev libloadpng4-dev libflac++-dev luajit-5.1-dev liblua5.2-dev libminizip-dev liblz4-dev libpng++-dev libx11-dev libboost-dev libtbb-dev libsdl2-dev libopengl-dev libfuse2 ninja-build
64
sudo pip install meson==${{env.MESON_VERSION}}
65
66
- - name: Install Clang
67
- # You may pin to the exact commit or the version.
68
- # uses: egor-tensin/setup-clang@d16e36d5f8a7eb00aa6627c1a536d94dfc4a913d
69
- uses: egor-tensin/setup-clang@v1
70
- with:
71
- # Set up cc/c++ executables
72
- cc: 1 # optional, default is 1
73
-
74
- name: Setup Meson
75
env:
76
CC: "gcc"
0 commit comments