Skip to content

Commit

Permalink
fix(composer-install): create packagist cache folder before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jul 25, 2024
1 parent 3ea0b35 commit 2be8654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ runs:
FLAGS: ${{ inputs.flags }}
#language=bash
run: |
mkdir -p /tmp/composer-cache
sudo chown -R "$(id -u):$(id -g)" /tmp/composer-cache
mkdir -p /tmp/composer-cache/repo/https---repo.packagist.org/
sudo chown -R "$(id -u):$(id -g)" /tmp/composer-cache/
docker run \
--env COMPOSER_CACHE_DIR=/root/.composer \
Expand Down

0 comments on commit 2be8654

Please sign in to comment.