Use the correct tag
This commit is contained in:
parent
5ee06fcbe7
commit
198d917469
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
name: Screencast build
|
name: Buildfish build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -29,7 +29,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build armv7hl
|
- name: Build armv7hl
|
||||||
id: build_armv7hl
|
id: build_armv7hl
|
||||||
uses: attah/buildfish@0.1
|
uses: attah/buildfish@0.2
|
||||||
with:
|
with:
|
||||||
release: latest
|
release: latest
|
||||||
# run: docker run --rm --privileged -v $PWD:/share coderus/sailfishos-platform-sdk:$RELEASE /bin/bash -c "
|
# run: docker run --rm --privileged -v $PWD:/share coderus/sailfishos-platform-sdk:$RELEASE /bin/bash -c "
|
||||||
|
|
Loading…
Reference in a new issue