Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
checkout fix-jsoo-remt branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed May 16, 2020
1 parent 7167b94 commit df1faec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- name: Checkout BuckleScript repo
uses: actions/checkout@v2
with:
repository: BuckleScript/bucklescript
repository: jchavarri/bucklescript # temporary, until https://github.com/BuckleScript/bucklescript/pull/4395 is merged
path: bucklescript
ref: 'fix-jsoo-remt' # temporary, until https://github.com/BuckleScript/bucklescript/pull/4395 is merged

- run: git submodule update --init && ./scripts/buildocaml.js
working-directory: bucklescript
Expand Down

0 comments on commit df1faec

Please sign in to comment.