Skip to content

Commit e386d30

Browse files
committed
Update mini_racer install for CI
1 parent 3219ccd commit e386d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
sudo apt-get install -y libv8-dev
3434
gem install libv8 -- --with-system-v8
35-
gem install mini-racer -- --with-system-v8
35+
gem install mini_racer -- --with-system-v8
3636
3737
- name: Run bundle install
3838
run: |

0 commit comments

Comments
 (0)