Skip to content

Commit 1ad6b9f

Browse files
committed
Attempt to fix permission error
1 parent af63c6b commit 1ad6b9f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
rustup target add thumbv7m-none-eabi
6767
rustup target add thumbv6m-none-eabi
6868
- name: Check features
69-
run: ./ci/check-features.sh
69+
run: . ./ci/check-features.sh
7070

7171
# Check for duplicate dependencies.
7272
dependencies:

ci/check-features.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
cd "$(dirname "$0")"/..
43
set -ex
54

65
if [[ ! -x "$(command -v cargo-hack)" ]]; then

0 commit comments

Comments
 (0)