We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e161cd8 commit 9325aedCopy full SHA for 9325aed
.github/workflows/ci-test-jit.yaml
@@ -4,7 +4,7 @@ on:
4
workflow_call:
5
6
env:
7
- runtime_tests_version: "@unison/runtime-tests/releases/0.0.1"
+ runtime_tests_version: "@unison/runtime-tests/releases/0.0.3"
8
# for best results, this should match the path in ci.yaml too; but GH doesn't make it easy to share them.
9
runtime_tests_codebase: "~/.cache/unisonlanguage/runtime-tests.unison"
10
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ env:
15
## Some version numbers that are used during CI
16
ormolu_version: 0.7.2.0
17
jit_version: "@unison/internal/releases/0.0.25"
18
19
20
## Some cached directories
21
# a temp path for caching a built `ucm`
0 commit comments