Skip to content

Commit

Permalink
Correct syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Apr 19, 2024
1 parent b59f69c commit b053a1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- uses: actions/checkout@v4

- uses: laytan/setup-odin@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
llvm-version: 17
with:
token: ${{ secrets.GITHUB_TOKEN }}
llvm-version: 17

- uses: actions/setup-node@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v4

- uses: laytan/setup-odin@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
llvm-version: 17
with:
token: ${{ secrets.GITHUB_TOKEN }}
llvm-version: 17

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit b053a1f

Please sign in to comment.