Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 20, 2024
1 parent 74e3b81 commit 04fbc78
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,18 +195,20 @@ jobs:
- pnpm
steps:
- uses: actions/setup-node@v4
- run: npm init --init-module testproject -y
- run: |
npm init --init-module testproject -y
npm pkg set dependencies.zeromq/"${{ github.repositoryUrl }}#refs/${{ github.ref }}"
- if: ${{ matrix.pm == 'npm' }}
run: |
npm install "${{ github.repositoryUrl }}#${{ github.ref }}"
npm install
env:
NPM_CONFIG_LOGLEVEL: verbose

- if: ${{ matrix.pm == 'pnpm' }}
run: |
npm install -g pnpm
pnpm add "${{ github.repositoryUrl }}#${{ github.ref }}"
pnpm install
env:
NPM_CONFIG_LOGLEVEL: verbose

Expand All @@ -215,7 +217,6 @@ jobs:
npm install -g yarn
yarn set version stable
yarn install
yarn add "zeromq@${{ github.repositoryUrl }}#${{ github.ref }}"
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
YARN_ENABLE_INLINE_BUILDS: true
Expand Down

0 comments on commit 04fbc78

Please sign in to comment.