Skip to content

Commit

Permalink
sudo make me a sandwich
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 a3cadb2 commit 195421a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
- name: Try to replace `node` with an i386 version
shell: bash
run: |
sudo mount &&
sudo umount /__e &&
sudo mkdir -p /__e/node20 &&
mount &&
umount /__e &&
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 &&
sudo tar -x --strip-components=1 -f /tmp/node.tar.gz
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 195421a

Please sign in to comment.