Update linux.yml

This commit is contained in:
Gabi Melman 2024-11-11 00:15:13 +02:00 committed by GitHub
parent 7d5b4ac8ea
commit d4a005c44d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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