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:
parent
ad85a98309
commit
0f0e16adbd
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user