Skip to content

Commit 9e49a13

Browse files
committed
fix demented script
1 parent 5101e30 commit 9e49a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Clone latest vcam
1919
run: |
20-
bash https://raw.githubusercontent.com/petabyt/vcam/master/install.sh
20+
curl https://raw.githubusercontent.com/petabyt/vcam/master/install.sh | bash
2121
2222
- name: Build
2323
run: |

0 commit comments

Comments
 (0)