GitHub actions: don't try to build deb on macos

This commit is contained in:
Linus Dierheimer
2022-09-07 20:58:14 +02:00
parent 9143b6dbec
commit 999c8208b7
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
run: cmake -DBUILD_TESTS=On .
- name: build project
run: cmake --build . -j$(nproc) --target package
run: cmake --build . -j$(nproc)
- name: run fastfetch
run: ./fastfetch --recache --disable-linewrap false --hide-cursor false --show-errors true