File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,17 @@ jobs:
13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
16
- - name : ACTIONS_ALLOW_UNSECURE_COMMANDS
17
- id : ACTIONS_ALLOW_UNSECURE_COMMANDS
18
- run : echo 'ACTIONS_ALLOW_UNSECURE_COMMANDS=true' >> $GITHUB_ENV
19
-
20
- - name : add cr
21
- run : |
22
- mkdir -p $GITHUB_WORKSPACE/bin
23
- wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.19/cr
24
- chmod +x $GITHUB_WORKSPACE/bin/cr
25
- echo "::add-path::$GITHUB_WORKSPACE/bin"
16
+ - uses : supplypike/setup-bin@v3
17
+ with :
18
+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.6.23/cr'
19
+ name : ' cr'
20
+ version : ' 0.6.23'
21
+
22
+ - uses : supplypike/setup-bin@v3
23
+ with :
24
+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.6.23/caps'
25
+ name : ' caps'
26
+ version : ' 0.6.23'
26
27
27
28
- uses : actions-rs/toolchain@v1
28
29
with :
You can’t perform that action at this time.
0 commit comments