Skip to content

Commit

Permalink
TEST: Try to unmount /__e first
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 0a92e0d commit a3cadb2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
- name: Try to replace `node` with an i386 version
shell: bash
run: |
mv /__e/node20 /__e/node20.x86_64 &&
mkdir /__e/node20 &&
sudo mount &&
sudo umount /__e &&
sudo mkdir -p /__e/node20 &&
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
sudo tar -x --strip-components=1 -f /tmp/node.tar.gz
- name: Upload fails
# shows 'exec /__e/node20/bin/node: no such file or directory'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a3cadb2

Please sign in to comment.