Skip to content

Commit d74a24f

Browse files
committed
chore: Make clean script executable
1 parent 7877f06 commit d74a24f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
uses: actions-rs/toolchain@v1
2020
with:
2121
toolchain: stable
22+
23+
- name: Make clean script executable
24+
run: chmod +x clean.sh
2225

2326
- name: Run clean script
2427
run: ./clean.sh

0 commit comments

Comments
 (0)