diff options
| author | jakubtomsu <66876057+jakubtomsu@users.noreply.github.com> | 2024-04-09 17:31:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-09 17:31:17 +0200 |
| commit | c122e380195b5c139544db70965bd1669f4e515d (patch) | |
| tree | 30bbe8814e90e61693ac82122308fb36745f63dc /.github/workflows | |
| parent | 6747384927e4520bd3391bba81bf416567655239 (diff) | |
Update windows to latest odin version (dev-2024-04)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 2 |
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 |