Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Nov 10, 2024
1 parent 7d5b4ac commit d4a005c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup
run: |
apt-get update
apt-get install -y git pkg-config libsystemd-dev
apt-get install -y cmake pkg-config libsystemd-dev
- name: Setup Compiler
if: matrix.config.compiler == 'clang'
run: |
Expand Down

0 comments on commit d4a005c

Please sign in to comment.