We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb06d6 commit 397a91cCopy full SHA for 397a91c
1 file changed
.github/workflows/release.yaml
@@ -39,12 +39,7 @@ jobs:
39
run: |
40
source /opt/mbed_env/bin/activate
41
export PATH=$PATH:/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/
42
- #extras/package_full.sh
43
- ./mbed-os-to-arduino -a -g GIGA:GIGA
44
- cd /tmp/mbed-os-program
45
- ls
46
- python --version
47
- mbed compile
+ ./mbed-os-to-arduino -a GIGA:GIGA
48
49
- name: Package the new core
50
0 commit comments