ci: Add apt-get update to fix CI.

This commit is contained in:
Florent Kermarrec 2022-12-09 12:51:30 +01:00
parent 3b2bcf91ed
commit 3bb1d2c38c
1 changed files with 1 additions and 0 deletions

View File

@ -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