Skip to content

Commit

Permalink
Update build_for_rasp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
politoceanit authored Nov 25, 2024
1 parent 16cca5e commit e3d4c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_for_rasp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Compile in Raspberry Pi environment
run: |
sudo chroot rpi-root /bin/bash -c "chmod +x install.sh && ./install.sh"
sudo chroot rpi-root /bin/bash -c "cd Oceanix && chmod +x install.sh && ./install.sh"
- name: Retrieve built artifacts
run: sudo cp rpi-root/build/* ./build-output/

0 comments on commit e3d4c58

Please sign in to comment.