File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -273,16 +273,16 @@ jobs:
273273 - uses : actions/checkout@v4
274274
275275 - name : Install the packages
276- run : HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --overwrite fastfetch neofetch tree llvm@20
276+ run : HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --overwrite fastfetch neofetch tree llvm@19
277277
278278 - name : uname -a && clang++ --version
279- run : uname -a && echo "\n" && $(brew --prefix llvm@20 )/bin/clang++ --version
279+ run : uname -a && echo "\n" && $(brew --prefix llvm@19 )/bin/clang++ --version
280280
281281 - name : Clean
282282 run : make distclean
283283
284284 - name : Compile
285- run : make DEBUG=1 GUI_APP=0 CXX=$(brew --prefix llvm@20 )/bin/clang++
285+ run : make DEBUG=1 GUI_APP=0 CXX=$(brew --prefix llvm@19 )/bin/clang++
286286
287287 - name : Test neofetch
288288 run : neofetch
You can’t perform that action at this time.
0 commit comments