Browse Source

ci: fix linux workflow

Baptiste Augrain 2 năm trước cách đây
mục cha
commit
1f2ecf7714
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/insider-linux.yml

+ 1 - 1
.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'