Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu authored Jun 19, 2024
1 parent dffc167 commit c4b57e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,16 @@ jobs:

- if: ${{ matrix.pm == 'npm' }}
run: |
npm install ${{ github.workspace }}/repo
npm install {{ github.workspace }}/repo
env:
NPM_CONFIG_LOGLEVEL: verbose

- if: ${{ matrix.pm == 'pnpm' }}
run: |
npm install -g pnpm
pnpm add ${{ github.workspace }}/repo
env:
NPM_CONFIG_LOGLEVEL: verbose

- if: ${{ matrix.pm == 'yarn' }}
run: |
Expand All @@ -211,6 +215,7 @@ jobs:
yarn add zeromq@${{ github.workspace }}/repo
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
YARN_ENABLE_INLINE_BUILDS: true

- uses: actions/upload-artifact@v4
if: ${{ failure() }}
Expand Down

0 comments on commit c4b57e4

Please sign in to comment.