From 0f0e16adbdc2c3655093706e532d08bbafae088f Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Tue, 8 Feb 2022 21:20:47 +0100 Subject: [PATCH] Install uv on Linux only --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 644a29a..5e00385 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: run: | sudo apt-get update sudo apt-get install libuv1-dev + if: runner.os == 'Linux' - name: Setup PHP uses: shivammathur/setup-php@v2