mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
ci: fix docker-dbg job (#822)
This commit is contained in:
2
.github/workflows/publish-rolling.yml
vendored
2
.github/workflows/publish-rolling.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user