Skip to content

Commit 81ca55d

Browse files
authored
Merge pull request #2 from AndresCdo/patch-01
Make clean script executable
2 parents 85df127 + d995da6 commit 81ca55d

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)