install deps in workflow
This commit is contained in:
parent
2333ad021d
commit
271381cf80
|
@ -8,6 +8,10 @@ jobs:
|
|||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y zip
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Create output directory
|
||||
|
|
Loading…
Reference in a new issue