Skip to content

Commit

Permalink
Add permissin to execute
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Jan 13, 2024
1 parent d469fe0 commit 72f9a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run: |
wget -O odin.zip https://github.com/odin-lang/Odin/releases/download/dev-2024-01/odin-ubuntu-amd64-dev-2024-01.zip
unzip odin.zip -d /home/runner/odin
chmod +x /home/runner/odin/odin
echo "/home/runner/odin" >> $GITHUB_PATH
- name: Check Odin
Expand Down

0 comments on commit 72f9a93

Please sign in to comment.