Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
vittee committed May 20, 2024
1 parent acb2c45 commit 04ba4c6
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/node-medley.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,31 +125,11 @@ jobs:
name: Build linux-arm64
runs-on: ubuntu-24.04
steps:
# - name: Install Node
# uses: actions/setup-node@v3
# with:
# node-version: 18
# architecture: x64

# - uses: pnpm/action-setup@v2
# with:
# version: 8.15.5

# - name: Make sure pnpm fetch Node
# shell: bash
# run: |
# pnpm &>/dev/null || true

- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

# - name: Prepare
# working-directory: ./packages/node-medley
# run: |
# pnpm install --no-frozen-lockfile --ignore-scripts

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit 04ba4c6

Please sign in to comment.