Skip to content

Commit

Permalink
TEST: Try a bind mount
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Sep 13, 2024
1 parent 195421a commit 10ef706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Try to replace `node` with an i386 version
shell: bash
run: |
mount &&
umount /__e &&
mkdir -p /__e/node20 &&
mkdir -p /tmp/__e/node20 &&
mount -o bind /tmp/__e /__e &&
ls -lar /__e &&
curl -Lo /tmp/node.tar.gz https://unofficial-builds.nodejs.org/download/release/v20.17.0/node-v20.17.0-linux-x86.tar.gz &&
cd /__e/node20 &&
tar -x --strip-components=1 -f /tmp/node.tar.gz
Expand Down

0 comments on commit 10ef706

Please sign in to comment.