File tree Expand file tree Collapse file tree 4 files changed +166
-164
lines changed Expand file tree Collapse file tree 4 files changed +166
-164
lines changed Original file line number Diff line number Diff line change 25
25
${{ runner.os }}-yarn-
26
26
27
27
- name : wget
28
- run : mkdir ci-bin/ && wget -O ci-bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.2 /cr
28
+ run : mkdir ci-bin/ && wget -O ci-bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.8 /cr
29
29
- name : " permission"
30
30
run : chmod +x ci-bin/cr
31
31
Original file line number Diff line number Diff line change 2
2
Calcit Home Page
3
3
----
4
4
5
- ### Usages
6
-
7
- Install [ calcit] ( https://github.com/Cirru/calcit ) to run demo:
8
-
9
- ``` bash
10
- cr
11
- ```
12
-
13
- Notice that the loaded modules comes from [ phlox.calcit] ( https://github.com/Respo/respo.calcit ) .
14
-
15
5
### Workflow
16
6
17
7
https://github.com/calcit-lang/respo-calcit-workflow
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "@calcit/procs" : " ^0.6.2 " ,
3
+ "@calcit/procs" : " ^0.6.8 " ,
4
4
"cirru-color" : " ^0.2.3"
5
5
},
6
6
"devDependencies" : {
7
7
"bottom-tip" : " ^0.1.3" ,
8
- "vite" : " ^3.0 .4"
8
+ "vite" : " ^3.1 .4"
9
9
},
10
10
"version" : " 0.0.1"
11
11
}
You can’t perform that action at this time.
0 commit comments