Skip to content

Commit

Permalink
Troubleshooting build and upload actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Aug 7, 2023
1 parent ca873df commit c30cf2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_debos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
echo ${SSH_KEY}>action/id_rsa
- name: Build Image
run: |
apt update
apt install -y qemu-system-x86 qemu-user-static # systemd-container
sudo apt update
sudo apt install -y qemu-system-x86 qemu-user-static # systemd-container
bash action/neon_debos/run_automation.sh debian-neon-image-rpi4.yml dev # ${{ github.ref }} TODO: Testing
- name: Upload Outputs
run: |
Expand Down

0 comments on commit c30cf2b

Please sign in to comment.