Skip to content

Commit

Permalink
Merge pull request #1515 from pureconfig/remove-sass-from-build
Browse files Browse the repository at this point in the history
Remove sass gem from CI setup steps
  • Loading branch information
jcazevedo committed Jun 13, 2023
2 parents 6ba32f8 + e146dc5 commit 4ef8e99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -79,12 +79,12 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2

- name: Install dependencies
run: >
sudo apt install libxslt-dev &&
gem install sass jekyll:4.3.1 html-proofer:5.0.3
gem install jekyll:4.3.2 html-proofer:5.0.7
- name: Build website
run: sbt makeMicrosite
Expand Down Expand Up @@ -114,10 +114,10 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2

- name: Install dependencies
run: gem install sass jekyll:4.3.1
run: gem install jekyll:4.3.2

- name: Build and compare website
id: diff_website
Expand Down

0 comments on commit 4ef8e99

Please sign in to comment.