Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Aug 4, 2022
1 parent e7a56cf commit 092cda8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
test-windows:
runs-on: windows-latest
steps:
- run: (Resolve-Path ~\AppData\Local\aquaproj-aqua\bin).Path >> $GITHUB_PATH
- run: |
mkdir -p (Resolve-Path ~\AppData\Local\aquaproj-aqua\bin).Path
(Resolve-Path ~\AppData\Local\aquaproj-aqua\bin).Path >> $GITHUB_PATH
if: env.AQUA_ROOT_DIR == ''
- run: $Env:AQUA_ROOT_DIR\bin >> $GITHUB_PATH
if: env.AQUA_ROOT_DIR != ''
Expand Down

1 comment on commit 092cda8

@suzuki-shunsuke
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plan Result

No changes. Your infrastructure matches the configuration.

Please sign in to comment.