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 19cbc66 commit 559d53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
CC: "$GITHUB_WORKSPACE/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/bin/arm-none-gnueabihf-gcc"
- name: make
run: make
run: make ARCH=arm
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 559d53e

Please sign in to comment.