Skip to content

Commit 9e9fafb

Browse files
committed
Try to fix workflow build path issues
1 parent 5adb45a commit 9e9fafb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,9 @@ jobs:
2222
zipBall: false
2323
extract: true
2424

25-
2625
- name: Add to Path
27-
run: export PATH=$GITHUB_WORKSPACE/CEdev/bin:$PATH
28-
29-
- name: Debug
3026
run: |
31-
ls
32-
where make
33-
export PATH=$GITHUB_WORKSPACE/CEdev/bin:$CEDEV
27+
echo "$GITHUB_WORKSPACE/CEdev/bin" >> $GITHUB_PATH
3428
3529
- name: Build Project
3630
run: make

0 commit comments

Comments
 (0)