Skip to content

Commit

Permalink
comment install on sysatem packages
Browse files Browse the repository at this point in the history
  • Loading branch information
valerius committed Jan 16, 2024
1 parent 75e353e commit 7658103
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rpi-aarch64-image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
# sudo apt update
# sudo apt-get install -y arch-install-scripts qemu-user-static binfmt-support dosfstools wget libarchive-tools sudo

# - name: Create Work Folder and apply permissions
# run: |
# sudo mkdir -p $WORKDIR_BASE
# sudo chown -R $USER:$USER $WORKDIR_BASE
# echo "Created $WORKDIR_BASE and applied permissions"
- name: Create Work Folder and apply permissions
run: |
sudo mkdir -p $WORKDIR_BASE
sudo chown -R $USER:$USER $WORKDIR_BASE
echo "Created $WORKDIR_BASE and applied permissions"
- name: Create Image File
run: |
Expand Down

0 comments on commit 7658103

Please sign in to comment.