once again for the second time
This commit is contained in:
parent
ace6ad2e38
commit
86f36a9503
1 changed files with 6 additions and 6 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -32,9 +32,9 @@ jobs:
|
|||
# uses: attah/buildfish@0.6
|
||||
with:
|
||||
release: latest
|
||||
run: docker run --rm --privileged -v $PWD:/share coderus/sailfishos-platform-sdk:$RELEASE /bin/bash -c "
|
||||
mkdir -p build ;
|
||||
cd build ;
|
||||
cp -r /share/* . ;
|
||||
mb2 -t SailfishOS-$RELEASE-armv7hl build ;
|
||||
sudo cp -r RPMS/*.rpm /share/output"
|
||||
run: docker run --rm --privileged -v $PWD:/share coderus/sailfishos-platform-sdk:$RELEASE /bin/bash -c "
|
||||
mkdir -p build ;
|
||||
cd build ;
|
||||
cp -r /share/* . ;
|
||||
mb2 -t SailfishOS-$RELEASE-armv7hl build ;
|
||||
sudo cp -r RPMS/*.rpm /share/output"
|
||||
|
|
Loading…
Reference in a new issue