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 455f49e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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
2 changes: 1 addition & 1 deletion .styluaignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aos-process/
process/
sha3.lua
crypto_bundled.lua
crypto.lua
File renamed without changes.
2 changes: 1 addition & 1 deletion src/common/utils.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- the majority of this file came from https://github.com/permaweb/aos/blob/main/process/utils.lua
local crypto = require(".common.crypto_bundled")
local crypto = require(".common.crypto")
local constants = require(".common.constants")
local json = require(".common.json")
local notices = require(".common.notices")
Expand Down

0 comments on commit 455f49e

Please sign in to comment.