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 80b76b8 commit fde6827Copy full SHA for fde6827
.github/workflows/check.yaml
@@ -1,7 +1,6 @@
1
on:
2
push:
3
branches:
4
- - master
5
- main
6
pull_request: {}
7
@@ -21,7 +20,7 @@ jobs:
21
20
- name: add cr
22
run: |
23
mkdir -p $GITHUB_WORKSPACE/bin
24
- wget -O $GITHUB_WORKSPACE/bin/cr http://repo.calcit-lang.org/binaries/linux/cr
+ wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.1/cr
25
chmod +x $GITHUB_WORKSPACE/bin/cr
26
echo "::add-path::$GITHUB_WORKSPACE/bin"
27
0 commit comments