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:
name: Install dependencies
command: |
sudo apt-get update
sudo apt-get install -y cmake build-essential
apt-get update
apt-get install -y cmake build-essential
- run:
name: Build C library
command: |