Browse Source

fix(workflow): typo in stable-linux (#1544)

Lex 2 years ago
parent
commit
c66d9b7edc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/stable-linux.yml

+ 1 - 1
.github/workflows/stable-linux.yml

@@ -133,7 +133,7 @@ jobs:
           npm_arch: arm
           image: vscodium/vscodium-linux-build-agent:buster-armhf
         - vscode_arch: ppc64le
-          npm_arch: ppcc64le
+          npm_arch: ppc64le
           image: vscodium/vscodium-linux-build-agent:bionic-ppc64le
     container:
       image: ${{ matrix.image }}