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 26, 2024
1 parent db7f0a0 commit 87f4b0a
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 "cd ${${GITHUB_WORKSPACE}} && ls -l && pwd && chmod +x install.sh && ./install.sh"
sudo chroot rpi-root /bin/bash -c "cd ${GITHUB_WORKSPACE} && ls -l && pwd && chmod +x install.sh && ./install.sh"
- name: Retrieve built artifacts
run: sudo cp rpi-root/build/* ./build-output/

0 comments on commit 87f4b0a

Please sign in to comment.