Skip to content

Commit

Permalink
fix(actions): use module build instead of aos build
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Jan 13, 2025
1 parent f9646ca commit b2ef95e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
cache: 'yarn'

- run: yarn --frozen-lockfile
- run: curl -L https://install_ao.g8way.io | sh
- run: yarn aos:build
- run: curl -L https://install_ao.g8way.io | sh && ~/.bashrc > export AO_INSTALL=/home/runner/.ao export PATH="$AO_INSTALL/bin:$PATH" && source ~/.bashrc
- run: yarn copy-aos-process
- run: yarn module:build
- run: yarn test

publish:
Expand Down

0 comments on commit b2ef95e

Please sign in to comment.