This commit is contained in:
mvenditto 2023-06-15 20:18:59 +01:00 committed by AT
parent ce9e26463e
commit 939ed6a2b5

View File

@ -321,8 +321,8 @@ jobs:
- run: - run:
name: Install dependencies name: Install dependencies
command: | command: |
sudo apt-get update apt-get update
sudo apt-get install -y cmake build-essential apt-get install -y cmake build-essential
- run: - run:
name: Build C library name: Build C library
command: | command: |