Skip to content

Commit

Permalink
build: download 3301 iso (+ cache) (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Mar 11, 2024
1 parent 2ba28ca commit 15e149d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ jobs:
php-version: '8.2'
coverage: 'xdebug'

- name: Cache 3301 iso
id: cache-3301-iso
uses: actions/cache@v4
with:
path: iso/3301.iso
key: 3301-iso-${{ runner.os }}-

- name: Download 3301 iso
if: steps.cache-3301-iso.outputs.cache-hit != 'true'
run: ./scripts/download_iso.sh

- name: Install Composer Dependencies
working-directory: tool
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
Expand Down

0 comments on commit 15e149d

Please sign in to comment.