From 3cba28cb77d458434501e717b289bdb36059a09b Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 24 Oct 2022 13:47:42 +0200 Subject: [PATCH] ci: fix restore path --- .github/workflows/insider-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 97ecd6f..58d4a59 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -194,7 +194,7 @@ jobs: uses: actions/download-artifact@v3 with: name: remote-dependencies-${{ matrix.vscode_arch }} - path: . + path: ./vscode/remote/node_modules if: env.SHOULD_BUILD == 'yes' && matrix.vscode_arch == 'x64' - name: Build