Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 476294b

Browse files
committed
ci: remove unneeded clang installation step
1 parent c4e9059 commit 476294b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/meson.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ jobs:
6363
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
6464
sudo pip install meson==${{env.MESON_VERSION}}
6565
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-
7466
- name: Setup Meson
7567
env:
7668
CC: "gcc"

0 commit comments

Comments
 (0)