Skip to content

Commit

Permalink
switch to windows only for further dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dyasny committed Apr 28, 2023
1 parent 28bff9a commit 275124b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
strategy:
matrix:
#os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
#os: [ubuntu-latest, macos-latest]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -24,6 +25,11 @@ jobs:
msystem: MINGW64
path-type: inherit

- uses: ilammy/msvc-dev-cmd@v1
if: matrix.os == 'windows-latest'
with:
arch: x64

- uses: dtolnay/rust-toolchain@1.65.0

- name: configure with Wasm (linux/macos)
Expand Down

0 comments on commit 275124b

Please sign in to comment.