Skip to content

Commit

Permalink
chore: upgrade odin
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Feb 8, 2023
1 parent c7c13cf commit 51bf5e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/odin.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/sh

VERSION=dev-2023-01
VERSION=dev-2023-02
FILE_NAME=odin-ubuntu-amd64-$VERSION.zip

apt-get install -y aria2
mkdir /tmp/odin
cd /tmp/odin
wget https://github.com/odin-lang/Odin/releases/download/$VERSION/$FILE_NAME
aria2c -c -o $FILE_NAME https://github.com/odin-lang/Odin/releases/download/$VERSION/$FILE_NAME
unzip -o $FILE_NAME
sudo chmod +x $PWD/odin
sudo ln -sf $PWD/odin /usr/bin/odin
Expand Down
2 changes: 1 addition & 1 deletion bench/bench_luajit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ problems:
- 1.lua
- name: coro-prime-sieve
source:
- 1.lua
# - 1.lua
compiler_version_command:
compiler_version_regex:
runtime_version_parameter: -v
Expand Down

0 comments on commit 51bf5e4

Please sign in to comment.