فهرست منبع

odin bindings generation: update odin version to 2023-03

Andre Weissflog 2 سال پیش
والد
کامیت
35723d2fbd
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      .github/workflows/gen_bindings.yml

+ 3 - 3
.github/workflows/gen_bindings.yml

@@ -150,7 +150,7 @@ jobs:
         run: |
           sudo apt-get update
           sudo apt-get install libgl1-mesa-dev libegl1-mesa-dev mesa-common-dev xorg-dev libasound-dev llvm-11
-          curl -L https://github.com/odin-lang/Odin/releases/download/dev-2022-08/odin-ubuntu-amd64-dev-2022-08.zip --output odin.zip
+          curl -L https://github.com/odin-lang/Odin/releases/download/dev-2023-03/odin-ubuntu-amd64-dev-2023-03.zip --output odin.zip
           unzip odin.zip
           chmod a+x odin
           ./build_clibs_linux.sh
@@ -158,7 +158,7 @@ jobs:
         name: prepare-macos
         run: |
           brew install llvm@11
-          curl -L https://github.com/odin-lang/Odin/releases/download/dev-2022-08/odin-macos-amd64-dev-2022-08.zip --output odin.zip
+          curl -L https://github.com/odin-lang/Odin/releases/download/dev-2023-03/odin-macos-amd64-dev-2023-03.zip --output odin.zip
           unzip odin.zip
           chmod a+x odin
           ./build_clibs_macos.sh
@@ -166,7 +166,7 @@ jobs:
         name: prepare-windows
         shell: cmd
         run: |
-          curl -L https://github.com/odin-lang/Odin/releases/download/dev-2022-08/odin-windows-amd64-dev-2022-08.zip --output odin.zip
+          curl -L https://github.com/odin-lang/Odin/releases/download/dev-2023-03/odin-windows-amd64-dev-2023-03.zip --output odin.zip
           unzip odin.zip
           build_clibs_windows.cmd
       - name: build