mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Merge pull request #492 from reshi-reshlet/patch-gh-actions
Fix "Run under bubblewrap" after forking
This commit is contained in:
commit
15cb1064ee
3 changed files with 5 additions and 5 deletions
6
.github/workflows/bwrap.yml
vendored
6
.github/workflows/bwrap.yml
vendored
|
|
@ -14,7 +14,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
pass1:
|
pass1:
|
||||||
name: Run up to Linux build under bubblewrap
|
name: Run up to Linux build under bubblewrap
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install bubblewrap
|
- name: Install bubblewrap
|
||||||
run: sudo apt install bubblewrap
|
run: sudo apt install bubblewrap
|
||||||
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
pass2:
|
pass2:
|
||||||
name: Run up to Python bootstrap under bubblewrap
|
name: Run up to Python bootstrap under bubblewrap
|
||||||
needs: pass1
|
needs: pass1
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install bubblewrap
|
- name: Install bubblewrap
|
||||||
run: sudo apt install bubblewrap
|
run: sudo apt install bubblewrap
|
||||||
|
|
@ -118,7 +118,7 @@ jobs:
|
||||||
pass3:
|
pass3:
|
||||||
name: Run remaining builds under bubblewrap
|
name: Run remaining builds under bubblewrap
|
||||||
needs: pass2
|
needs: pass2
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install bubblewrap
|
- name: Install bubblewrap
|
||||||
run: sudo apt install bubblewrap
|
run: sudo apt install bubblewrap
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
http://download.nust.na/pub2/openpkg1/sources/DST/flex/flex-2.5.11.tar.gz bc79b890f35ca38d66ff89a6e3758226131e51ccbd10ef78d5ff150b7bd73689
|
http://ftp-tel.sjtu.edu.cn/sites/ftp.openpkg.org/sources/DST/flex/flex-2.5.11.tar.gz bc79b890f35ca38d66ff89a6e3758226131e51ccbd10ef78d5ff150b7bd73689
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
http://download.nust.na/pub2/openpkg1/sources/DST/flex/flex-2.5.33.tar.gz c40385e142989c91989413f3c5a31282b2ffdca16b69cd3ecfde537b8a474921
|
http://ftp-tel.sjtu.edu.cn/sites/ftp.openpkg.org/sources/DST/flex/flex-2.5.33.tar.gz c40385e142989c91989413f3c5a31282b2ffdca16b69cd3ecfde537b8a474921
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue