Skip to content

Commit

Permalink
Update publish_iso.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YukariChiba committed Apr 17, 2024
1 parent c044276 commit e1a60dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
platforms: ${{ matrix.arch }}
- name: Build ISO for ${{ matrix.arch }}
run: |
apt update
apt install -y wget dosfstools arch-install-scripts sudo pacman-package-manager xorriso arch-install-scripts squashfs-tools systemd-container
sudo apt update
sudo apt install -y wget dosfstools arch-install-scripts sudo pacman-package-manager xorriso arch-install-scripts squashfs-tools systemd-container
./gen.sh liveimage-minimal ${{ matrix.arch }}
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e1a60dd

Please sign in to comment.