Skip to content

Commit 6a429cb

Browse files
committed
keep patches also on branch builds
1 parent 42dcea9 commit 6a429cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
with:
3232
version: 'latest'
3333

34-
- if: ${{ github.event_name != 'pull_request' }}
35-
name: Remove patches if not a PR build
36-
run: |
37-
sed -i "/{^\[patch\.crates-io\] /{:a;N;/\Z}/!ba};/^ruspiro-.*\(git\|path\).*/d" ./interrupt/Cargo.toml;
34+
# - if: ${{ github.event_name != 'pull_request' }}
35+
# name: Remove patches if not a PR build
36+
# run: |
37+
# sed -i "/{^\[patch\.crates-io\] /{:a;N;/\Z}/!ba};/^ruspiro-.*\(git\|path\).*/d" ./interrupt/Cargo.toml;
3838

3939
- name: Compile
4040
run: |

0 commit comments

Comments
 (0)