Skip to content

Commit cd4ff00

Browse files
committed
fix
1 parent 025d622 commit cd4ff00

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/rebuild-bindings.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
- os: [windows-latest, ubuntu-latest, macos-latest]
14-
target: [x86_64-pc-windows-gnu, "x86_64-unknown-linux-gnu", "x86_64-apple-darwin"]
13+
include:
14+
- os: [windows-latest]
15+
target: [x86_64-pc-windows-gn]
16+
- os: [ubuntu-latest]
17+
target: [x86_64-unknown-linux-gnu]
18+
- os: [macos-latest]
19+
target: [x86_64-apple-darwin]
1520
runs-on: ${{ matrix.os }}
1621

1722
steps:

0 commit comments

Comments
 (0)