Skip to content

Commit fde6827

Browse files
committed
upgrade deps
1 parent 80b76b8 commit fde6827

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
on:
22
push:
33
branches:
4-
- master
54
- main
65
pull_request: {}
76

@@ -21,7 +20,7 @@ jobs:
2120
- name: add cr
2221
run: |
2322
mkdir -p $GITHUB_WORKSPACE/bin
24-
wget -O $GITHUB_WORKSPACE/bin/cr http://repo.calcit-lang.org/binaries/linux/cr
23+
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.1/cr
2524
chmod +x $GITHUB_WORKSPACE/bin/cr
2625
echo "::add-path::$GITHUB_WORKSPACE/bin"
2726

0 commit comments

Comments
 (0)