Fixing missed library
Test safe strings safety / build (push) Failing after 6m28s
Details
Test safe strings safety / build (push) Failing after 6m28s
Details
This commit is contained in:
parent
49dc34bd0b
commit
696eebba46
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: Setup GHDL
|
- name: Setup GHDL
|
||||||
run: |
|
run: |
|
||||||
apt update && apt upgrade -y
|
apt update && apt upgrade -y
|
||||||
apt install gcc gnat clang git llvm llvm-dev make zlib1g-dev -y
|
apt install gcc gnat clang git llvm llvm-dev make zlib1g-dev libc6-dev -y
|
||||||
git clone https://github.com/ghdl/ghdl
|
git clone https://github.com/ghdl/ghdl
|
||||||
cd ghdl
|
cd ghdl
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Reference in New Issue