Skip to content

Commit

Permalink
Fix odin
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Apr 27, 2024
1 parent 6a128c4 commit 5e2af6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions odin.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ test = "odin --version"


platform darwin {
source = "https://github.com/odin-lang/Odin/releases/download/${version}/odin-macos-${arch}-${version}.zip"
source = "https://github.com/odin-lang/Odin/releases/download/dev-${version}/odin-macos-${arch}-dev-${version}.zip"
}

platform linux amd64 {
source = "https://github.com/odin-lang/Odin/releases/download/${version}/odin-ubuntu-${arch}-${version}.zip"
source = "https://github.com/odin-lang/Odin/releases/download/dev-${version}/odin-ubuntu-${arch}-dev-${version}.zip"
}

on unpack {
run { cmd = "/bin/bash -c 'unzip dist.zip && mv dist/* .'" }
}

version "dev-2024-04a" {
version "2024-04a" {
auto-version {
github-release = "odin-lang/Odin"
}
Expand Down

0 comments on commit 5e2af6f

Please sign in to comment.