Skip to content

Commit

Permalink
i hate yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 20, 2024
1 parent 760e64d commit 46c8953
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ jobs:
npm install -g yarn
yarn set version stable
yarn install
# seems like yarn doesn't like using pull request branches of the form #pull/<number>/merge
yarn add "zeromq@${{ github.repositoryUrl }}#${{ github.head_ref || github.ref}}"
yarn add "zeromq@${{ github.repositoryUrl }}#${{ github.ref }}"
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
YARN_ENABLE_INLINE_BUILDS: true
Expand Down

0 comments on commit 46c8953

Please sign in to comment.