Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamos82 authored Oct 3, 2023
1 parent 5e80609 commit ad9e74d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ jobs:

- name: Compile with gcc
run: >
PATH=$PATH:$GITHUB_WORKSPACE/toolcahins/gcc-x86_64-cross/bin;
ls $GITHUB_WORKSPACE/;
ls $GITHUB_WORKSPACE/toolcahins/;
ls $GITHUB_WORKSPACE/toolcahins/gcc-x86_64-cross/;
ls $GITHUB_WORKSPACE/toolcahins/gcc-x86_64-cross/bin;
PATH=$PATH:$GITHUB_WORKSPACE/toolchains/gcc-x86_64-cross/bin;
cd dreamos;
ls;
make clean;
Expand Down

0 comments on commit ad9e74d

Please sign in to comment.