Skip to content

Commit

Permalink
debug workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
SiniKraft committed Nov 21, 2024
1 parent 34b0152 commit 5adb45a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Add to Path
run: export PATH=$GITHUB_WORKSPACE/CEdev/bin:$PATH

- name: Debug
run: |
ls
where make
export PATH=$GITHUB_WORKSPACE/CEdev/bin:$CEDEV
- name: Build Project
run: make

Expand Down

0 comments on commit 5adb45a

Please sign in to comment.