Skip to content

Commit

Permalink
Try to install NodeJS and attempt a bootstrap build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Apr 19, 2024
1 parent 062eaf2 commit d755bdc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,14 +263,17 @@ jobs:
with:
arch: ${{ matrix.settings.test.arch }}
distro: ubuntu22.04
githubToken: ${{ github.token }}
install: >-
sudo apt update &&
sudo apt install nodejs npm
run: >-
set -e &&
pwd &&
node -v &&
ls &&
which node &&
which npm &&
npm install
dist/bin/rollup --version
npm run build:bootstrap
- name: Upload wasm artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d755bdc

Please sign in to comment.