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 af63c6b commit 1ad6b9fCopy full SHA for 1ad6b9f
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
rustup target add thumbv7m-none-eabi
67
rustup target add thumbv6m-none-eabi
68
- name: Check features
69
- run: ./ci/check-features.sh
+ run: . ./ci/check-features.sh
70
71
# Check for duplicate dependencies.
72
dependencies:
ci/check-features.sh
@@ -1,6 +1,5 @@
1
#!/bin/bash
2
3
-cd "$(dirname "$0")"/..
4
set -ex
5
6
if [[ ! -x "$(command -v cargo-hack)" ]]; then
0 commit comments