Skip to content

Commit

Permalink
Install grub inside the Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored Aug 17, 2024
1 parent 5be6ee7 commit f53c21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout repository using git
run: |
pacman -Sy git sudo archiso --noconfirm
pacman -Sy git sudo archiso grub --noconfirm
git clone --recurse-submodules https://github.com/${{ github.repository }} StratOS-iso
- name: Set up environment
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: StratOS-iso/output/StratOS-${{ env.BUILD_DATE }}-x86_64.iso
asset_name: StratOS-${{ env.BUILD_DATE }}-x86_64.iso
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream

0 comments on commit f53c21b

Please sign in to comment.