Skip to content

Commit 861176e

Browse files
committed
switch back to using setup-aiken in workflow.
1 parent fffa846 commit 861176e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
uses: actions/configure-pages@v2
3434

3535
- name: 🧰 Install Aiken
36-
run: cargo install --verbose --git https://github.com/aiken-lang/aiken.git
36+
uses: aiken-lang/setup-aiken@v1
37+
with:
38+
version: v1.1.11
3739

3840
- name: 📘 Generate documentation
3941
shell: bash

0 commit comments

Comments
 (0)