Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jan 9, 2024
1 parent fe501e5 commit 34c0888
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/qemu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: uname -a
run: docker run --rm --platform linux/arm64 python:3.11 sh -c 'apt-get update && apt-get install npm'
- name: NPM Install
run: npm ci
# - name: Build
# run: npm run build
- name: Install Python dependencies
run: docker run --rm --platform linux/arm64 python:3.11 sh -c 'apt-get update && apt-get -y install --no-install-recommended npm'

0 comments on commit 34c0888

Please sign in to comment.