Update ci.yml

pull/40/head
Anichitei Ionel-Cristinel 3 years ago committed by GitHub
parent 0c925a46bf
commit dcfd0ea478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,7 @@ jobs:
- name: Install - name: Install
run: | run: |
cd build cd build
make install sudo make install
cd - cd -
- name: Install setuptools - name: Install setuptools
run: | run: |
@ -70,7 +70,7 @@ jobs:
if: ${{ github.event_name == 'release' }} if: ${{ github.event_name == 'release' }}
run: | run: |
cd build cd build
make package sudo make package
cd - cd -
- name: Release - name: Release
if: ${{ github.event_name == 'release' }} if: ${{ github.event_name == 'release' }}

Loading…
Cancel
Save