Skip to content

Commit

Permalink
Attempt to fix xc8 gh actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Storm committed Jun 19, 2024
1 parent f601ea8 commit 392cfac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build
run: |
ls -l
/opt/microchip/xc8/bin/xc8 -mcpu=10F200 -v -Os -maddrqual=ignore -v -mwarn=0 -Wa,-a -Wl,--data-init -mno-osccal -mresetbits -msave-resetbits -mno-download -mno-stackcall -mno-config -mno-default-config-bits -std=c90 -mc90lib -mstack=compiled:auto flashlight.c || /bin/true
/opt/microchip/xc8/bin/xc8 -mcpu=10F200 -chip=10F200 -v -Os -maddrqual=ignore -v -mwarn=0 -Wa,-a -Wl,--data-init -mno-osccal -mresetbits -msave-resetbits -mno-download -mno-stackcall -mno-config -mno-default-config-bits -std=c90 -mc90lib -mstack=compiled:auto flashlight.c || /bin/true
mkdir build
/opt/microchip/xc8/bin/xc8 -mcpu=10F200 -v -Os -maddrqual=ignore -v -mwarn=0 -Wa,-a -Wl,--data-init -mno-osccal -mresetbits -msave-resetbits -mno-download -mno-stackcall -mno-config -mno-default-config-bits -std=c90 -mc90lib -mstack=compiled:auto -o build/flashlight.elf flashlight.c || /bin/true
/opt/microchip/xc8/bin/xc8 -mcpu=10F200 -chip=10F200 -v -Os -maddrqual=ignore -v -mwarn=0 -Wa,-a -Wl,--data-init -mno-osccal -mresetbits -msave-resetbits -mno-download -mno-stackcall -mno-config -mno-default-config-bits -std=c90 -mc90lib -mstack=compiled:auto -o build/flashlight.elf flashlight.c || /bin/true
ls -l . ./build

0 comments on commit 392cfac

Please sign in to comment.