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 5f017de commit 5b7f3feCopy full SHA for 5b7f3fe
.github/workflows/check.yaml
@@ -14,17 +14,9 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
17
- - uses: supplypike/setup-bin@v3
+ - uses: calcit-lang/setup-[email protected]
18
with:
19
- uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.21/cr'
20
- name: 'cr'
21
- version: '0.8.21'
22
-
23
24
- with:
25
- uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.21/caps'
26
- name: 'caps'
27
+ version: "0.8.50"
28
29
- uses: dtolnay/rust-toolchain@stable
30
0 commit comments