Skip to content

Commit

Permalink
ci: fix docker-dbg job (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Nov 16, 2024
1 parent 8392a3e commit 0ea127a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4

- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'

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

0 comments on commit 0ea127a

Please sign in to comment.