aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-10-02 12:37:44 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-10-02 12:37:44 +0000
commit6eff28bf50a4048f7ef897351c97996b3bbf8b24 (patch)
tree6533a2a297191c6202007d7bac681c7a7054f692
parent40c7119d7a3bf4dc7cd67be629cfe874d1c04851 (diff)
Remove leftover v1.36 hacks
-rw-r--r--.github/workflows/build.yml6
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