Update Github actions

This commit is contained in:
tobtoht 2022-05-23 14:10:07 +02:00
parent 9f552603a7
commit 5dcf49a8e1
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -21,7 +21,7 @@ jobs:
- name: prepare build environment
run: docker build -t feather:linux -f Dockerfile.linux --build-arg THREADS=3 .
- name: build
run: docker run --rm -it -v /home/runner/work/feather/feather:/feather -w /feather feather:linux sh -c 'WITH_SCANNER=Off make release-static -j3'
run: docker run --rm -v /home/runner/work/feather/feather:/feather -w /feather feather:linux sh -c 'WITH_SCANNER=Off make release-static -j3'
- name: sha256sum
run: shasum -a256 /home/runner/work/feather/feather/build/release/bin/feather
- uses: actions/upload-artifact@v2