Skip to content

Commit 8aee984

Browse files
committed
feat: make the build actually run for ubuntu and windows
1 parent 5a9b5a2 commit 8aee984

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29+
os: [windows-latest, ubuntu-latest]
2930
node-version: [18.x]
3031
include:
3132
- platform: ubuntu-latest
@@ -36,7 +37,7 @@ jobs:
3637
# rust_target: x86_64-apple-darwin
3738
# - platform: macos-latest
3839
# rust_target: aarch64-apple-darwin
39-
runs-on: ${{ matrix.platform }}
40+
runs-on: ${{ matrix.os }}
4041
steps:
4142
- name: Checkout repository
4243
uses: actions/checkout@v4

0 commit comments

Comments
 (0)