Skip to content

Commit

Permalink
Merge pull request #5002 from unisonweb/ci/lib-install
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani committed May 23, 2024
2 parents b456c88 + d20d30d commit 8a27961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ jobs:
contents: |
```ucm
.> project.create-empty jit-setup
jit-setup/main> pull ${{ env.jit_version }} lib.jit
jit-setup/main> lib.install ${{ env.jit_version }}
```
```unison
go = generateSchemeBoot "${{ env.jit_generated_src_scheme }}"
Expand Down
2 changes: 1 addition & 1 deletion unison-src/transcripts-manual/gen-racket-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Next, we'll download the jit project and generate a few Racket files from it.

```ucm
.> project.create-empty jit-setup
jit-setup/main> pull @unison/internal/releases/0.0.17 lib.jit
jit-setup/main> lib.install @unison/internal/releases/0.0.17
```

```unison
Expand Down

0 comments on commit 8a27961

Please sign in to comment.