We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b95930 commit 8f28213Copy full SHA for 8f28213
.github/workflows/ci.yml
@@ -19,9 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: laytan/setup-odin@v2
21
with:
22
- token: ${{ secrets.GITHUB_TOKEN }}
23
- release: false
24
- llvm-version: 17
+ release: nightly
25
- name: Report
26
run: odin report
27
- name: Non-blocking IO test
.github/workflows/docs.yml
@@ -26,7 +26,7 @@ jobs:
steps:
28
29
30
31
32
- name: Get commonmark
0 commit comments