Skip to content

Commit

Permalink
ci: use ao binary directly
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Aug 12, 2024
1 parent 4511128 commit 0a46c98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ jobs:
- name: 🤖 Setup ao dev-cli
run: |
curl -fsSL https://install_ao.g8way.io | bash
export PATH="${AO_INSTALL:-$HOME/.ao}/bin:$PATH"
which ao
- name: 📥 Download deps
working-directory: process
Expand All @@ -74,7 +72,7 @@ jobs:
- name: 🏗 Build Module
working-directory: process
run: |
ao build
/home/runner/.ao/bin/ao build
- name: ⚡ Run Tests
working-directory: process
Expand Down

0 comments on commit 0a46c98

Please sign in to comment.