aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-08-23 17:30:42 +0200
committerAndre Weissflog <floooh@gmail.com>2025-08-23 17:30:42 +0200
commitc4257fe100a6131f07b6f22efc384b2f0bd95d5a (patch)
tree0f0559df44e8dcf9d52f83d0bdf2c0b9eb769f9c /.github
parentf5532d7e710e42439292c21e5c030158cb6bb900 (diff)
gen_bindings.yml: add Windows back in the test-zig build matrix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gen_bindings.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml
index 37785709..3006788b 100644
--- a/.github/workflows/gen_bindings.yml
+++ b/.github/workflows/gen_bindings.yml
@@ -123,9 +123,7 @@ jobs:
needs: gen-bindings
strategy:
matrix:
- # NOTE: don't run test on Windows until zig package fetch is fixed
- # os: [ubuntu-latest, macos-latest, windows-latest]
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@main