Skip to content

Commit

Permalink
Update build-pic.yml
Browse files Browse the repository at this point in the history
Build step attempt
  • Loading branch information
N-Storm authored Jun 19, 2024
1 parent 767222b commit e7adccb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-pic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ jobs:
chmod +x /tmp/xc8
sudo /tmp/xc8 --mode unattended --unattendedmodeui none --netservername localhost --LicenseType FreeMode --prefix "/opt/microchip/xc8"
rm /tmp/xc8
/opt/microchip/xc8/bin/xc8
- name: Build
run: |
/opt/microchip/xc8/bin/xc8 -mcpu=10F200 -mchip=10F200 -O2 -std=C90 -o flashlight.elf flashlight.c

0 comments on commit e7adccb

Please sign in to comment.