1
0
mirror of https://github.com/danog/file.git synced 2025-01-22 13:21:13 +01:00

Try to fix uv on GitHub actions

This commit is contained in:
Niklas Keller 2021-06-21 21:11:12 +02:00
parent bcc397e482
commit f45eb1177f

View File

@ -50,7 +50,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: eio, uv
extensions: eio, uv-amphp/ext-uv@master
- name: Get Composer cache directory
id: composer-cache