Skip to content

Commit 13e22f6

Browse files
authored
Update ci.yaml
1 parent 8032303 commit 13e22f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ jobs:
1212
with:
1313
ruby-version: 3.1.0
1414
bundler-cache: true
15-
- name: build
16-
run: script/bootstrap
15+
- name: Install dependencies
16+
run: |
17+
sudo apt-get update
18+
sudo apt-get install -y build-essential libsass-dev
19+
gem install bundler
20+
bundle install
1721
- name: test
1822
run: script/cibuild

0 commit comments

Comments
 (0)