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

This commit is contained in:
Lex
2023-06-11 09:48:56 -05:00
committed by GitHub
parent 73f7d062da
commit c66d9b7edc

View File

@@ -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 }}