Skip to content

Commit

Permalink
Fixed path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-jonsson committed Nov 11, 2024
1 parent 5f7acc2 commit eb251c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:

- name: Build
run: |
cd front/rpi && CIRCLEHOME="${GITHUB_WORKSPACE}/circle-master" make
export CIRCLEHOME="${GITHUB_WORKSPACE}/circle-master"
make -C "${CIRCLEHOME}/addon/fatfs"
make -C "${GITHUB_WORKSPACE}/front/rpi"
#- name: Package & Deploy
# env:
Expand Down

0 comments on commit eb251c2

Please sign in to comment.