Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 6, 2024
1 parent 8d8c703 commit 33f5af2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ jobs:
uses: actions/configure-pages@v5

- name: 🧰 Install Aiken
run: cargo install --verbose --git https://github.com/aiken-lang/aiken.git
# uses: aiken-lang/setup-aiken@v1
# with:
# version: v1.0.29-alpha
uses: aiken-lang/setup-aiken@v1
with:
version: v1.1.0

- name: 📝 Run fmt
working-directory: on-chain
Expand Down

0 comments on commit 33f5af2

Please sign in to comment.