Skip to content

Commit

Permalink
update ci pipeline to odin version dev-2023-07
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jul 10, 2023
1 parent 75f2a5e commit 47a1e4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libglu1-mesa-dev mesa-common-dev xorg-dev libasound-dev llvm-11
curl -L https://github.com/odin-lang/Odin/releases/download/dev-2023-03/odin-ubuntu-amd64-dev-2023-03.zip --output odin.zip
curl -L https://github.com/odin-lang/Odin/releases/download/dev-2023-07/odin-ubuntu-amd64-dev-2023-07.zip --output odin.zip
unzip odin.zip
chmod a+x ubuntu_artifacts/odin
./build_clibs_linux.sh
Expand All @@ -43,7 +43,7 @@ jobs:
name: macos
run: |
brew install llvm@11
curl -L https://github.com/odin-lang/Odin/releases/download/dev-2023-03/odin-macos-amd64-dev-2023-03.zip --output odin.zip
curl -L https://github.com/odin-lang/Odin/releases/download/dev-2023-07/odin-macos-amd64-dev-2023-07.zip --output odin.zip
unzip odin.zip
chmod a+x macos_artifacts/odin
./build_clibs_macos.sh
Expand All @@ -70,7 +70,7 @@ jobs:
name: windows
shell: cmd
run: |
curl -L https://github.com/odin-lang/Odin/releases/download/dev-2023-03/odin-windows-amd64-dev-2023-03.zip --output odin.zip
curl -L https://github.com/odin-lang/Odin/releases/download/dev-2023-07/odin-windows-amd64-dev-2023-07.zip --output odin.zip
unzip odin.zip
build_clibs_windows.cmd
windows_artifacts/odin build examples/clear -debug
Expand Down

0 comments on commit 47a1e4e

Please sign in to comment.