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 bfbc8c6 commit b96b4a3
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 @@ -44,7 +44,7 @@ jobs:
image: ${{matrix.vector.image}}
volumes:
# override /__e/node20 on 32-bit because it is 64-bit
${{ runner.temp }}:/__e/node20${{matrix.vector.jobname != 'linux32' && '-x86' || ''}}
${{ github.workspace }}/..:/__e/node20${{matrix.vector.jobname != 'linux32' && '-x86' || ''}}
steps:
- name: prepare libc6 for actions
if: matrix.vector.jobname == 'linux32'
Expand Down

0 comments on commit b96b4a3

Please sign in to comment.