Fix missing Bundler in linter workflow by adding gem install bundler step
Co-authored-by: scarlac <895369+scarlac@users.noreply.github.com>
This commit is contained in:
parent
c0d1ae98dc
commit
c808dd22d8
4
.github/workflows/linter.yml
vendored
4
.github/workflows/linter.yml
vendored
@ -17,6 +17,10 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
- name: Install Bundler
|
||||
run: sudo gem install bundler
|
||||
- name: Install gems
|
||||
run: cd example && sudo bundle install
|
||||
- name: Install example
|
||||
run: yarn bootstrap-linux
|
||||
- name: Lint
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
BUNDLE_PATH: "vendor/bundle"
|
||||
BUNDLE_FORCE_RUBY_PLATFORM: 1
|
||||
Loading…
Reference in New Issue
Block a user