Skip to content

Commit

Permalink
Updated cyancore build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akashkollipara committed Aug 1, 2024
1 parent ecbbe95 commit 1e3b009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cyancore_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:

- name: Fetch Dependencies
run: |
sudo apt install cppcheck ccache -y
make get_avr_tc
make get_riscv_tc
make setup_workspace
- name: Init CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cyancore_tools_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Tools Build
run: |
# make get_qemu V=1
make get_qemu V=1
make get_picotool V=1
- name: Clean Up
Expand Down

0 comments on commit 1e3b009

Please sign in to comment.