Skip to content

Commit 5b7f3fe

Browse files
committed
update CI script
1 parent 5f017de commit 5b7f3fe

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- uses: supplypike/setup-bin@v3
17+
- uses: calcit-lang/setup-[email protected]
1818
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-
- uses: supplypike/setup-bin@v3
24-
with:
25-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.21/caps'
26-
name: 'caps'
27-
version: '0.8.21'
19+
version: "0.8.50"
2820

2921
- uses: dtolnay/rust-toolchain@stable
3022
with:

0 commit comments

Comments
 (0)