Skip to content

Commit cd2270d

Browse files
committed
no need to chmod +x
1 parent d1fd20d commit cd2270d

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/weave.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,12 @@ jobs:
2727

2828
# Runs a set of commands using the runners shell
2929
- name: update wisemon
30-
run: |
31-
chmod +x ./digivice/wisemon.sh
32-
./digivice/wisemon.sh
30+
run: ./digivice/wisemon.sh
3331

3432
# Runs a set of commands using the runners shell
3533
- name: update racket packages
36-
run: |
37-
chmod +x ./digivice/racket.sh
38-
./digivice/racket.sh
34+
run: ./digivice/racket.sh
3935

4036
# Runs a set of commands using the runners shell
4137
- name: wisemon weave
42-
run: |
43-
chmod +x ./digivice/weave.sh
44-
./digivice/weave.sh
38+
run: ./digivice/weave.sh

0 commit comments

Comments
 (0)