Correct package name

This commit is contained in:
François Autin 2023-04-04 15:09:52 +02:00 committed by Quentin Legot
parent f3f88e9bee
commit 64c8104668

View File

@ -5,7 +5,7 @@ default:
- mkdir /opt/riscv - mkdir /opt/riscv
- tar xzf riscv64-cross-compiler-multilib.tar.gz -C /opt/riscv - tar xzf riscv64-cross-compiler-multilib.tar.gz -C /opt/riscv
- apt update - apt update
- apt install glibc - apt install libc6
stages: stages:
- test - test