Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Sep 14, 2024
1 parent 9ff1345 commit dee2a64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-mruby.windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch:

env:
MRUBY_DIR: ${{ github.workspace }}/src/vitalrouter-mruby/ext/mruby
CONFIG_DIR: ${{ github.workspace }}/src/vitalrouter-mruby
MRUBY_DIR: ${{ github.workspace }}\src\vitalrouter-mruby\ext\mruby
CONFIG_DIR: ${{ github.workspace }}\src\vitalrouter-mruby

jobs:
build-windows:
Expand All @@ -23,15 +23,15 @@ jobs:
with:
ruby-version: mswin

- uses: ilammy/msvc-dev-cmd@v1
- uses: ilammy/msvc-dev-cmd@v1.13.0
with:
arch: ${{ matrix.arch }}

- name: Build mruby (windows x86)
- name: Build mruby (windows)
working-directory: ${{ env.MRUBY_DIR }}
shell: bash
run: |
MRUBY_CONFIG=${{ env.CONFIG_DIR }}/build_config.windows.rb rake
MRUBY_CONFIG=${{ env.CONFIG_DIR }}\build_config.windows.rb rake
- uses: actions/upload-artifact@v3
id: upload-windows-build
Expand Down

0 comments on commit dee2a64

Please sign in to comment.