diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae75e9976cbd19..5de6e9099211a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: # override /__e/node20 on 32-bit because it is 64-bit - /tmp:/__e${{matrix.vector.jobname != 'linux32' && '-x86' || ''}}/node20 steps: - - name: prepare libc6 for actions + - name: prepare libc6 and node20 for actions if: matrix.vector.jobname == 'linux32' run: | apt -q update && apt -q -y install libc6-amd64 lib64stdc++6 curl &&