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 d2cb58a commit 845cf03Copy full SHA for 845cf03
.github/workflows/build.yml
@@ -343,7 +343,7 @@ jobs:
343
sudo apt-get install -y gettext
344
pip install requests sh click setuptools awscli
345
wget --no-verbose https://adafruit-circuit-python.s3.amazonaws.com/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2
346
- sudo tar -C /usr --strip-components=1 -xaf gcc-arm-none-eabi-10-2020-q2-preview-x86_64-linux.tar.bz2
+ sudo tar -C /usr --strip-components=1 -xaf gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2
347
- name: Versions
348
run: |
349
gcc --version
0 commit comments