Skip to content

Commit

Permalink
Update buildzip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saiftheboss7 authored Oct 10, 2024
1 parent c77f2ec commit 3853703
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/buildzip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
npm run build
npm run makepot
- name: Setup PHP with specific version
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- name: Setup PHP without composer
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'

- name: Composer install and build # Remove or modify this step as needed
run: |
composer install
Expand Down

0 comments on commit 3853703

Please sign in to comment.