We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1740cee commit 9dd56b0Copy full SHA for 9dd56b0
.github/workflows/release.yml
@@ -52,8 +52,8 @@ jobs:
52
run: |
53
cd SDL/build
54
cmake .. -DCMAKE_BUILD_TYPE=Release
55
- cmake --build . --config Release --parallel
56
- sudo cmake --install . --config Release --prefix ../../ares/AppDir/usr
+ cmake --build . -j$(nproc) --config Release --parallel
+ cmake --install . --config Release --prefix ../../ares/AppDir/usr
57
58
- name: Build appimage
59
0 commit comments