Fix .gitlab-ci.yml

This commit is contained in:
Brendan Haines 2021-07-04 00:50:25 +00:00
parent 9707698281
commit bd6c60fe92

View File

@ -6,6 +6,7 @@ stages:
tools-job: tools-job:
stage: tools stage: tools
script:
- echo "Installing dependencies..." - echo "Installing dependencies..."
- apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu - apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu
- echo "Done" - echo "Done"