chmod +x
1 parent d1fd20d commit cd2270dCopy full SHA for cd2270d
1 file changed
.github/workflows/weave.yml
@@ -27,18 +27,12 @@ jobs:
27
28
# Runs a set of commands using the runners shell
29
- name: update wisemon
30
- run: |
31
- chmod +x ./digivice/wisemon.sh
32
- ./digivice/wisemon.sh
+ run: ./digivice/wisemon.sh
33
34
35
- name: update racket packages
36
37
- chmod +x ./digivice/racket.sh
38
- ./digivice/racket.sh
+ run: ./digivice/racket.sh
39
40
41
- name: wisemon weave
42
43
- chmod +x ./digivice/weave.sh
44
- ./digivice/weave.sh
+ run: ./digivice/weave.sh
0 commit comments