Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmq20 authored Jul 18, 2020
1 parent 837716f commit 0827cb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
env:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
ENCLOSE_IO_RUBYC_ADDTIONAL_ARGS: --tmpdir=C:\rubyc_tmp
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- uses: ilammy/setup-nasm@v1
Expand Down Expand Up @@ -56,6 +56,7 @@ jobs:
- name: "[Enclose.IO] Run tests"
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
mkdir C:\rubyc_tmp
bundle exec rake
shell: cmd
- name: "[Enclose.IO] Create Windows Release"
Expand Down

0 comments on commit 0827cb1

Please sign in to comment.