ci: Add apt-get update to fix CI.
This commit is contained in:
parent
3b2bcf91ed
commit
3bb1d2c38c
|
@ -33,6 +33,7 @@ jobs:
|
||||||
# Install RISC-V GCC
|
# Install RISC-V GCC
|
||||||
- name: Install RISC-V GCC
|
- name: Install RISC-V GCC
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
sudo python3 litex_setup.py --gcc=riscv
|
sudo python3 litex_setup.py --gcc=riscv
|
||||||
|
|
||||||
# Build / Install Verilator
|
# Build / Install Verilator
|
||||||
|
|
Loading…
Reference in New Issue