diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-12-03 20:33:30 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-12-03 20:33:30 +0100 |
| commit | 0bf1ca0435136d274bbf086dba93facd5f43578e (patch) | |
| tree | 9ac1682c07e0d88cfdc90578b5f185f98a065d88 /.github | |
| parent | 215a96d550f0e77b0c46a62e44aa91b62e351568 (diff) | |
apt only on ubuntu
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c6a59422..090376726 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,6 +113,7 @@ jobs: if: matrix.os == 'ubuntu-24.04-arm' run: sudo apt-get install -y liblua5.4-dev - name: Install libcurl + if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' run: | sudo apt-get install libcurl4-openssl-dev - name: Compile needed Vendor |