Update linux.yml

pull/3250/head
Gabi Melman 10 months ago committed by GitHub
parent df8159bb87
commit 88411e916a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,7 +33,7 @@ jobs:
- name: Setup - name: Setup
run: | run: |
apt-get update 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 - name: Setup Compiler
if: matrix.config.compiler == 'clang' if: matrix.config.compiler == 'clang'
run: | run: |

Loading…
Cancel
Save