mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
ci: Add apt-get update to fix CI.
This commit is contained in:
parent
3b2bcf91ed
commit
3bb1d2c38c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
|||
# Install RISC-V GCC
|
||||
- name: Install RISC-V GCC
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo python3 litex_setup.py --gcc=riscv
|
||||
|
||||
# Build / Install Verilator
|
||||
|
|
Loading…
Reference in a new issue