File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ fluentci # Run the pipeline
80
80
fluentci --help
81
81
82
82
Usage: fluentci [pipeline] [jobs...]
83
- Version: 0.12.7
83
+ Version: 0.12.8
84
84
85
85
Description:
86
86
Original file line number Diff line number Diff line change 1
1
import { dir } from "../deps.ts" ;
2
2
3
- export const VERSION = "0.12.7 " ;
3
+ export const VERSION = "0.12.8 " ;
4
4
5
5
export const BASE_URL = "https://api.fluentci.io/v1" ;
6
6
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ export async function setupRust() {
198
198
const command = new Deno . Command ( "bash" , {
199
199
args : [
200
200
"-c" ,
201
- `type rustup >/dev/null 2>&1 || curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y` ,
201
+ `type rustup >/dev/null 2>&1 || curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s - - -y` ,
202
202
] ,
203
203
stdout : "inherit" ,
204
204
stderr : "inherit" ,
You can’t perform that action at this time.
0 commit comments