Skip to content

Commit

Permalink
Finalize, cleanup, enable all OS
Browse files Browse the repository at this point in the history
  • Loading branch information
dyasny committed May 3, 2023
1 parent f9dccf9 commit 31ddbbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
# Build on Linux, Windows and MacOS
strategy:
matrix:
#os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set git to use LF
Expand Down

0 comments on commit 31ddbbb

Please sign in to comment.