Skip to content

Commit 2f65284

Browse files
committed
don't skip install
1 parent 04b6714 commit 2f65284

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ jobs:
507507
working-directory: ${{ steps.tmp-dir.outputs.path }}
508508

509509
- name: Install ReScript package in rewatch/testrepo
510-
if: runner.os == 'Linux'
511510
run: |
512511
COMMIT_SHA="${{ github.event.pull_request.head.sha || github.sha }}"
513512
yarn add "rescript@https://pkg.pr.new/rescript-lang/rescript@${COMMIT_SHA::7}"

0 commit comments

Comments
 (0)