Attempt to fix linux build

This commit is contained in:
David Marsh 2024-11-20 14:50:20 +00:00 committed by GitHub
parent 7723119e6c
commit a1a04387ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,8 @@ runs:
if: runner.os == 'Linux' if: runner.os == 'Linux'
shell: bash shell: bash
run: | run: |
sudo apt update
: Install system dependencies 🛍️ : Install system dependencies 🛍️
sudo apt install cmake ninja-build pkg-config clang clang-format build-essential curl ccache git zsh sudo apt install cmake ninja-build pkg-config clang clang-format build-essential curl ccache git zsh