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 2929 run : cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DCMAKE_INSTALL_PREFIX=/usr .
3030
3131 - name : build project
32- run : cmake --build . -j$(nproc) - -target package
32+ run : cmake --build . --target package
3333
3434 - name : perform CodeQL analysis
3535 uses : github/codeql-action/analyze@v2
7575 run : cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
7676
7777 - name : build project
78- run : cmake --build . -j$(sysctl -n hw.logicalcpu) - -target package
78+ run : cmake --build . --target package
7979
8080 - name : perform CodeQL analysis
8181 uses : github/codeql-action/analyze@v2
@@ -112,7 +112,7 @@ jobs:
112112 pkg install -y cmake git pkgconf
113113 run : |
114114 cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
115- cmake --build . -j$(sysctl -n hw.ncpu) - -target package
115+ cmake --build . --target package
116116 ./fastfetch --recache --disable-linewrap false --hide-cursor false --show-errors true --load-config presets/all
117117 ./flashfetch
118118 ctest
You can’t perform that action at this time.
0 commit comments