Skip to content

Commit

Permalink
try installing each dependency
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Feb 1, 2024
1 parent 28a2c60 commit 3be1377
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,16 @@ jobs:
echo "::remove-matcher owner=eslint-compact::"
echo "::remove-matcher owner=eslint-stylish::"
# - name: Install turbo based on the OS
# if: matrix.os == 'windows-latest' || matrix.os == 'macos-latest'
# run: |
# os_name="${{ matrix.os }}"
# os_name=${os_name%-latest}
# npm i "turbo-${os_name}-64"
- name: Install turbo based on the OS
run: |
os_name="${{ matrix.os }}"
os_name="${os_name/windows-latest/windows}"
os_name="${os_name/ubuntu-latest/linux}"
os_name="${os_name/macos-latest/darwin}"
npm i "turbo-${os_name}-64"
- name: Install Dependencies
run: npm ci --include=optional
run: npm ci

- name: Update Dependencies
id: npm-update
Expand Down

0 comments on commit 3be1377

Please sign in to comment.