We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b142e commit 1307b50Copy full SHA for 1307b50
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
run: pnpm install
38
39
- name: Setup Rokit
40
- run:
+ run: |
41
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | sh
42
43
- name: Lint
0 commit comments