Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sithtoast authored Jan 15, 2024
1 parent baa34ad commit 94f49be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
CC: "$GCC_DIR/bin/arm-none-gnueabihf-gcc"
- name: make
run:
echo "$GCC_DIR/bin" >> $GITHUB_PATH
make
echo "$GCC_DIR/bin" >> $GITHUB_PATH && echo $GITHUB_PATH && make
env:
CC: "$GITHUB_WORKSPACE/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/bin/arm-none-gnueabihf-gcc"
- name: 'Upload Artifact'
Expand Down

0 comments on commit 94f49be

Please sign in to comment.