Skip to content

Commit 21172a0

Browse files
committed
build: update github workflow for macos
1 parent 5554733 commit 21172a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/vscode-extension.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
- uses: dtolnay/rust-toolchain@v1
3232
with:
3333
toolchain: stable
34+
if: ${{ matrix.platform != 'darwin' }}
35+
- uses: dtolnay/rust-toolchain@v1
36+
with:
37+
toolchain: stable
38+
targets: [x86_64-apple-darwin, aarch64-apple-darwin]
39+
if: ${{ matrix.platform == 'darwin' }}
3440
- name: Setup node
3541
uses: actions/setup-node@v4
3642
with:

0 commit comments

Comments
 (0)