aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorjakubtomsu <66876057+jakubtomsu@users.noreply.github.com>2024-04-09 17:31:17 +0200
committerGitHub <noreply@github.com>2024-04-09 17:31:17 +0200
commitc122e380195b5c139544db70965bd1669f4e515d (patch)
tree30bbe8814e90e61693ac82122308fb36745f63dc /.github/workflows
parent6747384927e4520bd3391bba81bf416567655239 (diff)
Update windows to latest odin version (dev-2024-04)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/gen_bindings.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml
index c1b52b7e..c0bb03e7 100644
--- a/.github/workflows/gen_bindings.yml
+++ b/.github/workflows/gen_bindings.yml
@@ -182,7 +182,7 @@ jobs:
name: prepare-windows
shell: cmd
run: |
- curl -L https://github.com/odin-lang/Odin/releases/download/dev-2023-08/odin-windows-amd64-dev-2023-08.zip --output odin.zip
+ curl -L https://github.com/odin-lang/Odin/releases/download/dev-2024-04/odin-windows-amd64-dev-2024-04.zip --output odin.zip
unzip odin.zip
build_clibs_windows.cmd
- name: build