Fixing missed library
Some checks failed
Test safe strings safety / build (push) Failing after 6m28s
Some checks failed
Test safe strings safety / build (push) Failing after 6m28s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user