Skip to content

Commit a20b509

Browse files
committed
Switch continuous-integration workflow to build from main
This will be necessary until we have released a version supporting 'bench' & al the machinery behind it. Signed-off-by: KtorZ <[email protected]>
1 parent f5bdea9 commit a20b509

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: aiken-lang/setup-aiken@v1
14-
with:
15-
version: v1.1.9
13+
- run: cargo install --verbose --git https://github.com/aiken-lang/aiken.git
1614
- run: aiken fmt --check
1715
- run: aiken check -D
1816
- run: aiken build

0 commit comments

Comments
 (0)