Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NEOLabs-software committed Nov 5, 2024
1 parent 1b11768 commit 240a371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
docker run --rm -v $PWD:/workspace -w /workspace archlinux:latest /bin/bash -c "
pacman -Syu --noconfirm && \
pacman -S --noconfirm archiso && \
pacman -S --noconfirm archiso sudo && \
cd /workspace && \
sudo mkarchiso -v -w eisowork -o /workspace eiso
"
Expand Down

0 comments on commit 240a371

Please sign in to comment.