Skip to content

Commit

Permalink
fix(ci/linux): use oldest possible release of clang for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 19, 2024
1 parent ffc959a commit 58921a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install C/C++ Compiler
uses: rlalik/setup-cpp-compiler@master
with:
compiler: clang-latest
compiler: clang-3.3.0
- name: Install Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install Lua
Expand Down

0 comments on commit 58921a8

Please sign in to comment.