We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dcea9 commit 6a429cbCopy full SHA for 6a429cb
.github/workflows/ci.yml
@@ -31,10 +31,10 @@ jobs:
31
with:
32
version: 'latest'
33
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;
+ # - if: ${{ github.event_name != 'pull_request' }}
+ # name: Remove patches if not a PR build
+ # run: |
+ # sed -i "/{^\[patch\.crates-io\] /{:a;N;/\Z}/!ba};/^ruspiro-.*\(git\|path\).*/d" ./interrupt/Cargo.toml;
38
39
- name: Compile
40
run: |
0 commit comments