Skip to content

Commit

Permalink
fix: mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk committed Apr 7, 2024
1 parent 4d08a62 commit a05046c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Install bazelisk if it's needed
if: steps.cache-bazelisk-bin.outputs.cache-hit != 'true'
run: |
mkdir -p ${{ env.BAZELISK_BIN_DIR }}
wget https://github.com/bazelbuild/bazelisk/releases/download/${{ env.BAZELISK_VERSION }} \
-O "${{ env.BAZELISK_BIN_DIR }}/bazelisk"
chmod +x "${{ env.BAZELISK_BIN_DIR }}/bazelisk"
Expand Down

0 comments on commit a05046c

Please sign in to comment.