Skip to content

Commit

Permalink
Merge pull request #492 from reshi-reshlet/patch-gh-actions
Browse files Browse the repository at this point in the history
Fix "Run under bubblewrap" after forking
  • Loading branch information
fosslinux authored Jan 11, 2025
2 parents 6d0157f + 8b5e87f commit 15cb106
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bwrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
pass1:
name: Run up to Linux build under bubblewrap
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Install bubblewrap
run: sudo apt install bubblewrap
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
pass2:
name: Run up to Python bootstrap under bubblewrap
needs: pass1
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Install bubblewrap
run: sudo apt install bubblewrap
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
pass3:
name: Run remaining builds under bubblewrap
needs: pass2
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Install bubblewrap
run: sudo apt install bubblewrap
Expand Down
2 changes: 1 addition & 1 deletion steps/flex-2.5.11/sources
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion steps/flex-2.5.33/sources
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 15cb106

Please sign in to comment.