Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
tarxvftech committed Nov 16, 2022
1 parent a40433c commit 679ae75
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/autobuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,19 @@ jobs:
steps:
- uses: carlosperate/arm-none-eabi-gcc-action@v1
#with:
# release: 11.2-2022.02
# release: 11.2-2022.02 #(not building)
# release: 11.3.Rel1 #(builds fine)
- uses: actions/checkout@v2
- run: arm-none-eabi-gcc --version
- run: ls -latr && pwd
- run: git submodule init && git submodule update
- run: bash buildall.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: all built images (no elf)
path: |
out/*
!out/**/*.elf
!out/**/*.hex

0 comments on commit 679ae75

Please sign in to comment.