Skip to content

Commit

Permalink
Fix cmake call
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Jun 9, 2023
1 parent b7734ef commit 53ea1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
- name: build
run: |
cmake --build ${{github.workspace}}/build -j `nprocs`
cmake --build ${{github.workspace}}/build -j`nproc`
cmake --install ${{github.workspace}}/build --prefix ${{github.workspace}}/AppDir
- name: Build AppImage
uses: AppImageCrafters/build-appimage-action@master
Expand Down

0 comments on commit 53ea1fd

Please sign in to comment.