Skip to content

Commit 23f9002

Browse files
committed
ci: fix action error
1 parent 52e8e3a commit 23f9002

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/debian.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
env:
1515
TEST_COMPLIE: yunnysunny/node-compiler:latest
1616
TEST_RUNTIME: yunnysunny/node-runtime:latest
17+
1718
jobs:
1819
generate-matrix:
1920
runs-on: ubuntu-latest
@@ -28,8 +29,6 @@ jobs:
2829
run: |
2930
MATRIX_JSON=$(node ./scripts/get_all_versions.mjs)
3031
echo "matrix=$MATRIX_JSON" >> $GITHUB_OUTPUT
31-
32-
jobs:
3332
docker:
3433
runs-on: ubuntu-latest
3534
strategy:

0 commit comments

Comments
 (0)