Fixing missed library
Some checks failed
Test safe strings safety / build (push) Failing after 6m28s

This commit is contained in:
2024-03-04 09:27:52 +01:00
parent 49dc34bd0b
commit 696eebba46

View File

@@ -13,7 +13,7 @@ jobs:
- name: Setup GHDL
run: |
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
cd ghdl
mkdir build