Skip to content

Commit

Permalink
Create bin dir (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi authored Jan 26, 2023
1 parent bc638dd commit 0c1398b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
cache: npm
cache-dependency-path: "aqua/package-lock.json"

- run: mkdir -p ~/.bin
- run: echo "~/.bin" >> $GITHUB_PATH

- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

Expand Down

0 comments on commit 0c1398b

Please sign in to comment.