Skip to content

Commit

Permalink
Update windows-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored May 7, 2024
1 parent e2623ba commit adea143
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,31 +64,8 @@ jobs:

- uses: actions/checkout@v4

- name: Get Composer Cache Directories
id: composer-cache
run: |
echo "files_cache=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
echo "vcs_cache=$(composer config cache-vcs-dir)" >> $GITHUB_OUTPUT
shell: bash

- name: Generate composer.lock
run: |
composer update --no-install
env:
COMPOSER_ROOT_VERSION: dev-master

- name: Cache composer cache
uses: actions/cache@v4
with:
path: |
${{ steps.composer-cache.outputs.files_cache }}
${{ steps.composer-cache.outputs.vcs_cache }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-composer-
- name: Run composer install
run: composer install -o
- name: Install Dependencies
uses: ramsey/composer-install@v3
env:
COMPOSER_ROOT_VERSION: dev-master

Expand Down

0 comments on commit adea143

Please sign in to comment.