Skip to content

Commit

Permalink
fix: install strauss globally for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartui committed Apr 18, 2024
1 parent 945a4fd commit 0b48780
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@ jobs:
php-version: '7.4'
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, mysql, mysqli, pdo_mysql, bcmath, soap, intl, gd, exif, iconv, imagick
coverage: none
- name: Install Strauss globally
run: composer global require brianhenryie/strauss
- name: Install Composer dependencies
uses: "ramsey/composer-install@v2"
with:
composer-options: "--no-dev"
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '16'
cache: yarn
- name: Install yarn dependencies
run: yarn install --immutable
- name: Install Composer dependencies
uses: "ramsey/composer-install@v2"
with:
composer-options: "--no-dev"
- name: Build static assets
run: yarn build
- name: Create build dir
Expand Down

0 comments on commit 0b48780

Please sign in to comment.