Skip to content

Commit

Permalink
fixup! ci(linux32): do make v4 of actions/upload-artifact work
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Sep 13, 2024
1 parent b1c83e5 commit 04b45e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 04b45e4

Please sign in to comment.