Skip to content

Commit

Permalink
pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Sep 9, 2024
1 parent 19e15b4 commit 6241d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mruby.windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- uses: microsoft/setup-msbuild@v2
- name: Build mruby (windows x86)
working-directory: ${{ env.MRUBY_DIR }}
shell: bash
shell: pwsh
run: |
MRUBY_CONFIG=${GITHUB_WORKSPACE}/src/vitalrouter-mruby/build_config.rb rake -v
set MRUBY_CONFIG=${GITHUB_WORKSPACE}/src/vitalrouter-mruby/build_config.rb && rake -v
dir ./build/minimal/lib
Expand Down

0 comments on commit 6241d92

Please sign in to comment.