Skip to content

Commit 1307b50

Browse files
ci: fix rokit build command
1 parent 58b142e commit 1307b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: pnpm install
3838

3939
- name: Setup Rokit
40-
run:
40+
run: |
4141
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | sh
4242
4343
- name: Lint

0 commit comments

Comments
 (0)