ci: ok, had to brew update, can we now request @20 directly?

This commit is contained in:
Laytan
2025-04-02 21:24:12 +02:00
parent 85b3a79a25
commit 4eef57c6f1
2 changed files with 4 additions and 8 deletions
+2 -4
View File
@@ -94,8 +94,7 @@ jobs:
- name: Download LLVM and setup PATH
run: |
brew update
brew install llvm dylibbundler lld
brew --prefix llvm@20 # Verifies it is LLVM 20
brew install llvm@20 dylibbundler lld
- name: build odin
# These -L makes the linker prioritize system libraries over LLVM libraries, this is mainly to
@@ -133,8 +132,7 @@ jobs:
- name: Download LLVM and setup PATH
run: |
brew update
brew install llvm dylibbundler lld
brew --prefix llvm@20 # Verifies it is LLVM 20
brew install llvm@20 dylibbundler lld
- name: build odin
# These -L makes the linker prioritize system libraries over LLVM libraries, this is mainly to