Skip to content

Commit 8f28213

Browse files
committed
move to nightly release in ci
1 parent 7b95930 commit 8f28213

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: laytan/setup-odin@v2
2121
with:
22-
token: ${{ secrets.GITHUB_TOKEN }}
23-
release: false
24-
llvm-version: 17
22+
release: nightly
2523
- name: Report
2624
run: odin report
2725
- name: Non-blocking IO test

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: laytan/setup-odin@v2
2828
with:
29-
token: ${{ secrets.GITHUB_TOKEN }}
29+
release: nightly
3030
- name: Report
3131
run: odin report
3232
- name: Get commonmark

0 commit comments

Comments
 (0)