Skip to content

Commit

Permalink
ci: properly expand AO_INSTALL variable when install dev-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Aug 12, 2024
1 parent 4bd6626 commit 4511128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: 🤖 Setup ao dev-cli
run: |
curl -fsSL https://install_ao.g8way.io | bash
export PATH="$AO_INSTALL:-$HOME/.ao/bin:$PATH"
export PATH="${AO_INSTALL:-$HOME/.ao}/bin:$PATH"
which ao
- name: 📥 Download deps
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: 🤖 Setup ao dev-cli
run: |
curl -fsSL https://install_ao.g8way.io | bash
export PATH="$AO_INSTALL:-$HOME/.ao/bin:$PATH"
export PATH="${AO_INSTALL:-$HOME/.ao}/bin:$PATH"
which ao
- name: 👀 Env
Expand Down

0 comments on commit 4511128

Please sign in to comment.