Create bin dir (#59)

This commit is contained in:
Anatolios Laskaris 2023-01-26 23:11:55 +02:00 committed by GitHub
parent bc638ddda3
commit 0c1398b377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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