File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 31
31
- name : add cr
32
32
run : |
33
33
mkdir -p $GITHUB_WORKSPACE/bin
34
- wget -O $GITHUB_WORKSPACE/bin/cr http ://repo. calcit-lang.org/binaries/linux /cr
34
+ wget -O $GITHUB_WORKSPACE/bin/cr https ://github.com/ calcit-lang/calcit/releases/download/0.6.0 /cr
35
35
chmod +x $GITHUB_WORKSPACE/bin/cr
36
36
echo "::add-path::$GITHUB_WORKSPACE/bin"
37
37
@@ -40,12 +40,12 @@ jobs:
40
40
mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/
41
41
&& git clone https://github.com/calcit-lang/lilac.git
42
42
&& git clone https://github.com/calcit-lang/memof.git
43
- && git clone https://github.com/Respo/respo.calcit.git --branch 0.14.40
43
+ && git clone https://github.com/Respo/respo.calcit.git
44
44
&& git clone https://github.com/Respo/reel.calcit.git
45
45
&& git clone https://github.com/Respo/respo-markdown.calcit.git
46
46
&& git clone https://github.com/Respo/respo-ui.calcit.git
47
47
&& git clone https://github.com/Respo/respo-router.calcit.git
48
- && git clone https://github.com/Respo/alerts.calcit.git --branch 0.8.8
48
+ && git clone https://github.com/Respo/alerts.calcit.git
49
49
50
50
- name : " compiles to js"
51
51
run : >
Original file line number Diff line number Diff line change 2
2
"version" : " 0.0.13" ,
3
3
"name" : " @calcit/docs-workflow" ,
4
4
"dependencies" : {
5
- "@calcit/procs" : " ^0.6.0-a3 " ,
5
+ "@calcit/procs" : " ^0.6.0" ,
6
6
"@memkits/azure-speech-util" : " ^0.0.5"
7
7
},
8
8
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments