We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18e47d7 + f68835a commit ea438d8Copy full SHA for ea438d8
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v2
22
with:
23
fetch-depth: 0 # fetch tags for publish
24
-
+ - uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6
25
- run: cargo run -p xtask -- ci
26
env:
27
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
xtask/src/main.rs
@@ -11,6 +11,7 @@ fn main() -> xshell::Result<()> {
11
let sh = Shell::new()?;
12
13
let _e = push_toolchain(&sh, "stable")?;
14
+ let _e = sh.push_env("CARGO", "");
15
16
{
17
let _s = section("BUILD");
0 commit comments