We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937ff8d commit 362845dCopy full SHA for 362845d
.github/workflows/build.yml
@@ -19,6 +19,12 @@ jobs:
19
run: |
20
sudo apt-get install -y gettext
21
pip install requests sh click setuptools
22
+ wget https://s3.amazonaws.com/adafruit-circuit-python/gcc-arm-embedded_7-2018q2-1~xenial1_amd64.deb && sudo dpkg -i gcc-arm-embedded*_amd64.deb
23
+ - name: Versions
24
+ run: |
25
+ gcc --version
26
+ arm-none-eabi-gcc --version
27
+ python3 --version
28
- uses: actions/checkout@v1
29
with:
30
submodules: true
0 commit comments