Skip to content

Commit 15cb106

Browse files
authored
Merge pull request #492 from reshi-reshlet/patch-gh-actions
Fix "Run under bubblewrap" after forking
2 parents 6d0157f + 8b5e87f commit 15cb106

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/bwrap.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
pass1:
1616
name: Run up to Linux build under bubblewrap
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Install bubblewrap
2020
run: sudo apt install bubblewrap
@@ -63,7 +63,7 @@ jobs:
6363
pass2:
6464
name: Run up to Python bootstrap under bubblewrap
6565
needs: pass1
66-
runs-on: ubuntu-latest
66+
runs-on: ubuntu-24.04
6767
steps:
6868
- name: Install bubblewrap
6969
run: sudo apt install bubblewrap
@@ -118,7 +118,7 @@ jobs:
118118
pass3:
119119
name: Run remaining builds under bubblewrap
120120
needs: pass2
121-
runs-on: ubuntu-latest
121+
runs-on: ubuntu-24.04
122122
steps:
123123
- name: Install bubblewrap
124124
run: sudo apt install bubblewrap

steps/flex-2.5.11/sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
http://download.nust.na/pub2/openpkg1/sources/DST/flex/flex-2.5.11.tar.gz bc79b890f35ca38d66ff89a6e3758226131e51ccbd10ef78d5ff150b7bd73689
1+
http://ftp-tel.sjtu.edu.cn/sites/ftp.openpkg.org/sources/DST/flex/flex-2.5.11.tar.gz bc79b890f35ca38d66ff89a6e3758226131e51ccbd10ef78d5ff150b7bd73689

steps/flex-2.5.33/sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
http://download.nust.na/pub2/openpkg1/sources/DST/flex/flex-2.5.33.tar.gz c40385e142989c91989413f3c5a31282b2ffdca16b69cd3ecfde537b8a474921
1+
http://ftp-tel.sjtu.edu.cn/sites/ftp.openpkg.org/sources/DST/flex/flex-2.5.33.tar.gz c40385e142989c91989413f3c5a31282b2ffdca16b69cd3ecfde537b8a474921

0 commit comments

Comments
 (0)