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

This commit is contained in:
Yannick Reiß 2024-03-04 09:27:52 +01:00
parent 49dc34bd0b
commit 696eebba46
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 1 additions and 1 deletions

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