Skip to content

Commit 5e8ade3

Browse files
committed
ci
1 parent 8887ec5 commit 5e8ade3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ jobs:
1717
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX=/usr
1818
- name: Build
1919
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
20-
- name: Install
21-
run: cd ${{github.workspace}}/build; sudo make install
2220
- name: Package
23-
run: cd ${{github.workspace}}/build; sudo make package
21+
run: cd ${{github.workspace}}/build; make package
2422
- name: Artifact
2523
run: sudo cp ${{github.workspace}}/build/NatronPluginManager.deb /opt/
2624
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)