Skip to content

Commit

Permalink
fix(ci): use env for the cargo-make version (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored and sayanarijit committed Mar 3, 2023
1 parent 0188a3b commit 707c4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.rust }}-cargo-make-${{ env.CI_CARGO_MAKE_VERSION }}
- name: "Install cargo-make"
if: steps.cache-cargo-make.outputs.cache-hit != 'true'
run: cargo install cargo-make --version "${CI_CARGO_MAKE_VERSION}"
run: cargo install cargo-make --version ${{ env.CI_CARGO_MAKE_VERSION }}
- name: "Format / Build / Test"
run: cargo make ci
env:
Expand Down

0 comments on commit 707c4fb

Please sign in to comment.