Skip to content

Commit ac4af3a

Browse files
committed
check
1 parent 95a9b18 commit ac4af3a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/rebuild-bindings.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ 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]
1513
include:
1614
- os: windows-latest
1715
target: x86_64-pc-windows-gnu
@@ -23,9 +21,7 @@ jobs:
2321

2422
steps:
2523
- uses: actions/checkout@v2
26-
2724
- uses: actions-rs/toolchain@v1
28-
id: toolchain
2925
with:
3026
toolchain: stable
3127
target: ${{ matrix.target }}

0 commit comments

Comments
 (0)