Skip to content

Commit

Permalink
Update build_for_rasp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneFassio authored Nov 26, 2024
1 parent cea262c commit 2b82d92
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 @@ -27,7 +27,7 @@ jobs:
sudo chroot rpi-root /bin/bash -c "debootstrap/debootstrap --second-stage"
- name: Copy Repository to rpi-root
run: sudo cp -r ${GITHUB_WORKSPACE} rpi-root/EVA
run: sudo cp -r ${GITHUB_WORKSPACE}/* rpi-root/EVA/

- name: Compile in Raspberry Pi environment
run: |
Expand Down

0 comments on commit 2b82d92

Please sign in to comment.