We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9467de3 commit abb8024Copy full SHA for abb8024
.github/workflows/release.yml
@@ -29,6 +29,8 @@ jobs:
29
30
build:
31
runs-on: ubuntu-latest
32
+ needs:
33
+ - codespaces
34
steps:
35
- name: Checkout repository
36
uses: actions/checkout@v4
run_once_230_rust_packages.sh.tmpl
@@ -6,13 +6,9 @@ if [[ -n "${DRY_RUN}" && "${DRY_RUN}" == true ]]; then
6
fi
7
8
{{ if (and (eq .chezmoi.os "linux") (not .codespaces)) -}}
9
- CARGO_BIN="$HOME/.cargo/bin/cargo"
10
-{{ else -}}
11
- CARGO_BIN="cargo"
12
-{{ end -}}
13
-
14
# install Rust global packages
15
-"$CARGO_BIN" install \
+"$HOME/.cargo/bin/cargo" install \
16
dotenv-linter \
17
hexyl \
18
petname
+{{ end -}}
0 commit comments