Browse Source

workaround

El RIDO 5 năm trước cách đây
mục cha
commit
73e44e1aa8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/tests.yml

+ 1 - 1
.github/workflows/tests.yml

@@ -10,7 +10,7 @@ jobs:
     - name: Validate composer.json and composer.lock
     - name: Validate composer.json and composer.lock
       run: composer validate
       run: composer validate
     - name: Install dependencies
     - name: Install dependencies
-      run: /usr/bin/php7.4 composer install --prefer-dist --no-suggest
+      run: /usr/bin/php7.4 $(which composer) install --prefer-dist --no-suggest
   PHPunit:
   PHPunit:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     strategy:
     strategy: