Skip to content

Commit

Permalink
Attempt to fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dussed authored Nov 20, 2024
1 parent 7723119 commit a1a0438
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-plugin/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ runs:
if: runner.os == 'Linux'
shell: bash
run: |
sudo apt update
: Install system dependencies 🛍️
sudo apt install cmake ninja-build pkg-config clang clang-format build-essential curl ccache git zsh
Expand Down

0 comments on commit a1a0438

Please sign in to comment.