fix: use bash instead of posix sh for install script

This commit is contained in:
Erica Marigold 2024-08-03 18:37:20 +05:30 committed by GitHub
parent f9f3076b8d
commit 93831c94b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ runs:
steps:
- name: Install Rokit
run: |
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | sh
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | bash
env:
GITHUB_TOKEN: ${{ inputs.token }}
shell: bash