Update linux.yml

This commit is contained in:
Gabi Melman 2024-11-11 00:20:36 +02:00 committed by GitHub
parent df8159bb87
commit 88411e916a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ jobs:
- name: Setup
run: |
apt-get update
apt-get install -y git cmake pkg-config libsystemd-dev
apt-get install -y git curl cmake pkg-config libsystemd-dev
- name: Setup Compiler
if: matrix.config.compiler == 'clang'
run: |