Browse Source

:octocat:

smiley 1 year ago
parent
commit
9b71dadd93
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -50,6 +50,8 @@ jobs:
       - name: "Install dependencies with composer"
       - name: "Install dependencies with composer"
         uses: ramsey/composer-install@v3
         uses: ramsey/composer-install@v3
 
 
+      - run: mkdir .build
+
       - name: "Run phan"
       - name: "Run phan"
         run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
         run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}