Skip to content

Commit b8070e6

Browse files
are we deadass?
1 parent ac44b75 commit b8070e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/makefile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)