Skip to content

Commit 025d622

Browse files
committed
t
1 parent 50ec00b commit 025d622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rebuild-bindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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+
- os: [windows-latest, ubuntu-latest, macos-latest]
14+
target: [x86_64-pc-windows-gnu, "x86_64-unknown-linux-gnu", "x86_64-apple-darwin"]
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:

0 commit comments

Comments
 (0)