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 0520525 commit a48aa97Copy full SHA for a48aa97
.github/workflows/build.yml
@@ -462,7 +462,7 @@ jobs:
462
- name: Install deps
463
run: |
464
sudo apt-get install -y gettext
465
- pip install requests sh click setuptools awscli
+ pip install -r requirements-dev.txt
466
wget https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-linux-centos6.tar.gz
467
sudo tar -C /usr --strip-components=1 -xaf riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-linux-centos6.tar.gz
468
- name: Versions
0 commit comments