1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 20:04:51 +01:00

Install uv on Linux only

This commit is contained in:
Niklas Keller 2022-02-08 21:20:47 +01:00
parent ad85a98309
commit 0f0e16adbd

View File

@ -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