Revert "Pipeline: debug"

This reverts commit 291f88b1e4.
This commit is contained in:
Linus Dierheimer
2023-02-03 18:53:52 +01:00
parent 291f88b1e4
commit eead4cf70e
-6
View File
@@ -31,12 +31,6 @@ jobs:
- name: build project
run: cmake --build .
- name: upload artifacts
uses: actions/upload-artifact@v3
with:
name: fastfetch-linux-buildtest-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.enableFeatures }}
path: ./fastfetch
- name: run tests
run: ctest