Skip to content

Commit b3c9392

Browse files
authored
Update tests.yml
Correct version for Aiken. Since 1.25 there is a bug in aiken. We've opened a issue aiken-lang/aiken#921
1 parent d00b08d commit b3c9392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- uses: aiken-lang/[email protected]
1515
with:
16-
version: v1
16+
version: v1.0.24-alpha
1717

1818
- run: aiken fmt --check
1919
- run: aiken check -D

0 commit comments

Comments
 (0)