We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21172a0 commit daf422bCopy full SHA for daf422b
.github/workflows/vscode-extension.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: dtolnay/rust-toolchain@v1
36
with:
37
toolchain: stable
38
- targets: [x86_64-apple-darwin, aarch64-apple-darwin]
+ targets: x86_64-apple-darwin, aarch64-apple-darwin
39
if: ${{ matrix.platform == 'darwin' }}
40
- name: Setup node
41
uses: actions/setup-node@v4
0 commit comments