Cleanup last few build details
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
a8a5cea9fb
commit
60d2651f2e
13 changed files with 34 additions and 25 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -417,7 +417,7 @@ jobs:
|
|||
- name: Set up dependencies
|
||||
run: |
|
||||
./deps/PawPaw/.github/workflows/bootstrap-deps.sh ${{ matrix.target }}
|
||||
apt-get install -yqq wget zip
|
||||
apt-get install -yqq wget xvfb zip
|
||||
apt-get clean
|
||||
- name: Set up ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
|
@ -458,6 +458,7 @@ jobs:
|
|||
run: echo "SHA8=$(echo ${{ github.ref_name }})" >> $GITHUB_ENV
|
||||
- name: Pack binaries
|
||||
if: steps.cache.outputs.cache-hit == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
pushd bin
|
||||
zip -r -9 ../${{ github.event.repository.name }}-${{ matrix.target }}-${{ github.event.pull_request.number || env.SHA8 }}.zip $(ls | grep -e lv2 -e vst -e clap)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue