From 1f2ecf771480f0170a88edddb8d563f14fa458b4 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sun, 23 Oct 2022 17:54:17 +0200 Subject: [PATCH] ci: fix linux workflow --- .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 7de8e88..0bcbfc2 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -165,7 +165,7 @@ jobs: if: env.SHOULD_BUILD == 'yes' - name: Restore remote dependencies - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v3 with: name: remote-dependencies-${{ matrix.vscode_arch }} if: ${{ matrix.vscode_arch }} != 'armhf'