Skip to content

Commit

Permalink
Switch manual script to using laytan/setup-odin
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Mar 31, 2024
1 parent c788105 commit 0b8eb8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 43 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup LLVM and Odin
run: ./setup_odin.sh
- uses: laytan/setup-odin@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
release: latest

- uses: actions/setup-node@v4
with:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup LLVM and Odin
run: ./setup_odin.sh
- uses: laytan/setup-odin@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
release: latest

- uses: actions/setup-node@v4
with:
Expand Down
39 changes: 0 additions & 39 deletions setup_odin.sh

This file was deleted.

0 comments on commit 0b8eb8a

Please sign in to comment.