Skip to content

Commit

Permalink
build: fix rokit path
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic committed Dec 31, 2024
1 parent 6114f05 commit 71ed522
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:

- name: Install Rokit
run: |
curl -sSf -o install_rokit.sh https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh
chmod +x install_rokit.sh
./install_rokit.sh
curl -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | bash
echo "~/.rokit/bin" >> $GITHUB_PATH
- name: Install NPM dependencies
run: npm i
Expand Down

0 comments on commit 71ed522

Please sign in to comment.