Skip to content

Commit 7597d0d

Browse files
committed
Squashed commit of the following:
commit daf422b Author: LastLeaf <[email protected]> Date: Thu Dec 18 14:45:49 2025 +0800 build: fix github builds
1 parent 21172a0 commit 7597d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vscode-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: dtolnay/rust-toolchain@v1
3636
with:
3737
toolchain: stable
38-
targets: [x86_64-apple-darwin, aarch64-apple-darwin]
38+
targets: x86_64-apple-darwin, aarch64-apple-darwin
3939
if: ${{ matrix.platform == 'darwin' }}
4040
- name: Setup node
4141
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)