Skip to content

Commit 4a04c13

Browse files
committed
no need to patch anything :D
1 parent 36ba65c commit 4a04c13

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ jobs:
119119
run: |
120120
ci/macos-install-packages
121121
122-
- name: Patch Cargo.toml (Windows)
123-
if: matrix.os == 'windows-2019'
124-
shell: bash
125-
run: |
126-
cat Cargo.toml.windows-suffix >> Cargo.toml
127-
128122
- name: Install Rust
129123
uses: actions-rs/toolchain@v1
130124
with:

0 commit comments

Comments
 (0)