diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-10-02 12:37:44 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-10-02 12:37:44 +0000 |
| commit | 6eff28bf50a4048f7ef897351c97996b3bbf8b24 (patch) | |
| tree | 6533a2a297191c6202007d7bac681c7a7054f692 /.github | |
| parent | 40c7119d7a3bf4dc7cd67be629cfe874d1c04851 (diff) | |
Remove leftover v1.36 hacks
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed88c77..b1655f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -376,9 +376,6 @@ jobs: target: thumbv7m-none-eabi override: true - - name: Disable optimisation profiles - run: sed -i '/^\[profile.*build-override]$/,/^$/{/^#/!{/^$/!d}}' Cargo.toml - - uses: actions-rs/cargo@v1 with: use-cross: false @@ -420,9 +417,6 @@ jobs: target: thumbv6m-none-eabi override: true - - name: Disable optimisation profiles - run: sed -i '/^\[profile.*build-override]$/,/^$/{/^#/!{/^$/!d}}' Cargo.toml - - uses: actions-rs/cargo@v1 with: use-cross: false |
