Skip to content

Commit d1c3f25

Browse files
authored
Remove unecessary windows build (#299)
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent b3963b9 commit d1c3f25

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -143,49 +143,3 @@ jobs:
143143
- name: Documentation
144144
run: |
145145
./tools/builddoc.sh
146-
147-
windows-build:
148-
name: Windows
149-
runs-on: windows-latest
150-
steps:
151-
- uses: actions/checkout@v3
152-
- uses: actions-rs/toolchain@v1
153-
name: Install Rust
154-
with:
155-
toolchain: stable
156-
override: true
157-
158-
- uses: actions-rs/cargo@v1
159-
name: Build (default)
160-
with:
161-
command: build
162-
args: --release
163-
164-
- uses: actions-rs/cargo@v1
165-
name: Build (all features)
166-
with:
167-
command: build
168-
args: --all-features --release
169-
170-
macos-build:
171-
name: MacOS
172-
runs-on: macos-latest
173-
steps:
174-
- uses: actions/checkout@v3
175-
- uses: actions-rs/toolchain@v1
176-
name: Install Rust
177-
with:
178-
toolchain: stable
179-
override: true
180-
181-
- uses: actions-rs/cargo@v1
182-
name: Build (default)
183-
with:
184-
command: build
185-
args: --release
186-
187-
- uses: actions-rs/cargo@v1
188-
name: Build (all features)
189-
with:
190-
command: build
191-
args: --all-features --release

0 commit comments

Comments
 (0)