We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b6714 commit 2f65284Copy full SHA for 2f65284
.github/workflows/ci.yml
@@ -507,7 +507,6 @@ jobs:
507
working-directory: ${{ steps.tmp-dir.outputs.path }}
508
509
- name: Install ReScript package in rewatch/testrepo
510
- if: runner.os == 'Linux'
511
run: |
512
COMMIT_SHA="${{ github.event.pull_request.head.sha || github.sha }}"
513
yarn add "rescript@https://pkg.pr.new/rescript-lang/rescript@${COMMIT_SHA::7}"
0 commit comments