Skip to content

Commit

Permalink
Use npm to install caxa globally
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Nov 28, 2023
1 parent 22aceab commit f14fa88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm64-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
architecture: "arm64"
check-latest: true
- run: |
yarn global add caxa@3.0.1
npm install -g caxa@3.0.1
yarn install --frozen-lockfile --force && yarn build
npx caxa --input . --output "lodestar" -- "{{caxa}}/node_modules/.bin/node" "--max-old-space-size=4096" "{{caxa}}/node_modules/.bin/lodestar"
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f14fa88

Please sign in to comment.