From d5ffdcda93fafb5aac2c4c23594d12d4294d1f8f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 15 Jan 2024 07:53:09 -0800 Subject: [PATCH] update zig --- .github/workflows/test.yml | 5 ++--- flake.lock | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 994f1a57b..940acc989 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,9 +10,8 @@ jobs: target: [ aarch64-linux, x86_64-linux, - # Windows has some build issues since 0.12.0-dev.2150+63de8a598 - # x86-windows-gnu, - # x86_64-windows-gnu, + x86-windows-gnu, + x86_64-windows-gnu, # We don't support cross-compiling to macOS because the macOS build # requires xcode due to the swift harness. #aarch64-macos, diff --git a/flake.lock b/flake.lock index 6b63453e8..9a7250c09 100644 --- a/flake.lock +++ b/flake.lock @@ -194,11 +194,11 @@ ] }, "locked": { - "lastModified": 1705040559, - "narHash": "sha256-6SjLyxWAVMfVfkz2x/3IlAJBJ0ywus6Hr9JrBbT9zCk=", + "lastModified": 1705333916, + "narHash": "sha256-+C/MsU+tuaXB7HYtdBdwAgSctLxQeY9zVWvEoVCJNkE=", "owner": "mitchellh", "repo": "zig-overlay", - "rev": "6022b38d2fd4e7504f1e8b6dcfccab9b655764a9", + "rev": "fec05994b32ee3f6d2708831d4d64c0fa9bdf647", "type": "github" }, "original": {