From 340632542790256763a6a578501992687e9d1c50 Mon Sep 17 00:00:00 2001 From: amtoine Date: Wed, 25 Oct 2023 15:52:05 +0200 Subject: [PATCH] install Nupm to `~/nupm/` --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c48eece0..0fe704e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: version: '0.86' - name: Install Nupm from Source - run: git clone https://github.com/nushell/nupm "${{ env.NUPM }}" + run: git clone https://github.com/nushell/nupm ~/nupm/ - name: Show Nushell Version run: | @@ -39,4 +39,4 @@ jobs: - name: Run the tests run: | - "$HOME/${{ env.NU_BIN }}" --commands "use ${{ env.NUPM }}/nupm/; nupm test" + "$HOME/${{ env.NU_BIN }}" --commands "use ~/nupm/nupm/; nupm test"