Skip to content

Commit bf3a690

Browse files
authored
Update build.yml
1 parent 1135274 commit bf3a690

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88
- name: checkout repository
99
uses: actions/checkout@v4
1010

11-
- name: install dependencies
12-
run: sudo apt install debootstrap
11+
- name: Install debootstrap
12+
run: |
13+
wget https://salsa.debian.org/installer-team/debootstrap/-/raw/master/debootstrap
14+
sudo mv debootstrap /usr/local/bin
1315
1416
- name: exec scripts/build_all.sh
1517
run: sudo bash -c "cd scripts && chmod +x -R . && ./build_all.sh"
@@ -18,4 +20,4 @@ jobs:
1820
uses: actions/upload-artifact@v4
1921
with:
2022
name: Artifacts
21-
path: build/system.img
23+
path: build/system.img

0 commit comments

Comments
 (0)