From c6c33d341b0a884959693bde8f99ac4086bbad5d Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Wed, 13 Nov 2024 17:29:27 -0500 Subject: [PATCH] Try to figure out what is going on --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46102874e27..f2aaa78ae6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,8 +166,9 @@ jobs: run: | apt-get update apt-get install --no-install-recommends -y build-essential ca-certificates cmake curl git jq libssl-dev nodejs pkgconf - mkdir -p /__e/node20/bin - ln -s /usr/bin/node /__e/node20/bin/node + #mkdir -p /__e/node20/bin + #ln -s /usr/bin/node /__e/node20/bin/node + file /__e/node20/bin/node - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable with: