Update installer_creation.yml
This commit is contained in:
parent
2ba0bf702b
commit
44dab9020e
4
.github/workflows/installer_creation.yml
vendored
4
.github/workflows/installer_creation.yml
vendored
@ -4,12 +4,12 @@ jobs:
|
|||||||
deb-package-creation:
|
deb-package-creation:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Delete previous deb file
|
|
||||||
run: rm bin/jarvis_deb.deb
|
|
||||||
- name: checkout repository content
|
- name: checkout repository content
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: setup python
|
- name: setup python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
- name: Delete previous deb file
|
||||||
|
run: rm bin/jarvis_deb.deb
|
||||||
- name: Update
|
- name: Update
|
||||||
run: sudo apt-get update
|
run: sudo apt-get update
|
||||||
- name: Install portaudio19-dev and python3-pyaudio
|
- name: Install portaudio19-dev and python3-pyaudio
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user