mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
Update Github actions
This commit is contained in:
parent
9f552603a7
commit
5dcf49a8e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue