mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
Add Actions 'bash test' and 'Windows JRuby' (gem install sassc) steps
This commit is contained in:
@@ -85,6 +85,12 @@ jobs:
|
||||
else { echo "Can't find $e" }
|
||||
echo ''
|
||||
}
|
||||
- name: bash test
|
||||
shell: bash
|
||||
run: echo ~
|
||||
- name: Windows JRuby
|
||||
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
|
||||
run: gem install sassc -N
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user