Skip to content

Commit

Permalink
mkdir cargo bin
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev committed Mar 26, 2024
1 parent 915b227 commit 0af3a42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
with:
submodules: recursive
- name: install nextest
run: curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C "${CARGO_HOME:-~/.cargo}/bin"
run:
mkdir -p ~/.cargo/bin
curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C "${CARGO_HOME:-~/.cargo}/bin"
- run: cargo nextest run
examples:
name: examples
Expand Down

0 comments on commit 0af3a42

Please sign in to comment.