File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v2
1414 - name : Free disk space
1515 run : |
16- ls /usr/local/share
1716 sudo rm -rf /usr/local/lib/android
1817 - name : Build SDK
1918 uses : snapcore/action-build@v1
@@ -24,11 +23,10 @@ jobs:
2423 path : ${{ steps.snapcraft.outputs.snap}}
2524 - name : Prepare runtime
2625 run : |
27- git clone --depth 1 --branch add-do-not-build-option https://github.com/sergio-costas/gnome-sdk gnome-runtime
26+ git clone --depth 1 --branch gnome-46-2404 https://github.com/sergio-costas/gnome-sdk gnome-runtime
2827 mv ${{ steps.snapcraft.outputs.snap}} gnome-runtime/gnome-46-2404-sdk.snap
2928 cd gnome-runtime
30- ./local-build.py --do-not-build
31- cd ..
29+ ./local-build.py --prepare-only
3230 - name : Build runtime
3331 uses : snapcore/action-build@v1
3432 id : snapcraft-runtime
You can’t perform that action at this time.
0 commit comments