Skip to content

Commit

Permalink
add ssh to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rippanda12 committed Oct 31, 2024
1 parent 4a1a23f commit 0f3d872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
sudo pacman -Sy --noconfirm --needed \
arch-install-scripts bash dosfstools e2fsprogs erofs-utils libarchive libisoburn mtools squashfs-tools grub
arch-install-scripts bash dosfstools e2fsprogs erofs-utils libarchive libisoburn mtools squashfs-tools grub openssh
- name: Build ISO
run: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
init-docker
sudo pacman -Sy --noconfirm --needed \
arch-install-scripts bash dosfstools e2fsprogs erofs-utils libarchive libisoburn mtools squashfs-tools grub
arch-install-scripts bash dosfstools e2fsprogs erofs-utils libarchive libisoburn mtools squashfs-tools grub scp openssh
- name: Build ISO
run: |
Expand Down

0 comments on commit 0f3d872

Please sign in to comment.