parent
73de833bd6
commit
1cd3f84bc5
@ -12,8 +12,8 @@ jobs:
|
||||
run: apt install -y build-essential cmake wget
|
||||
- name: Install verilator from pre-built binary
|
||||
run: |
|
||||
wget https://git.1159.cl/attachments/3bee5174-4c41-476f-8874-a35ffba0f512
|
||||
wget -O verilator.tar.gz https://git.1159.cl/attachments/3bee5174-4c41-476f-8874-a35ffba0f512
|
||||
tar xzvf verilator-aarch64.tar.gz -C verilator
|
||||
mv verilator /usr/bin
|
||||
mv verilator/* /usr/bin
|
||||
- name: Build
|
||||
run: cmake -Bbuild
|
||||
|
Loading…
Reference in New Issue
Block a user