Skip to content

Commit a0b1cf2

Browse files
committed
> remove ruby 3 0 CI
1 parent 6abc7db commit a0b1cf2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

-8
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ jobs:
4040
ruby-version: ${{ matrix.ruby-version }}
4141
bundler-cache: true
4242

43-
# This prevents a "Failed to build gem native extension" error when
44-
# running `bundle install` inside a Rails app that is generated for
45-
# testing. The error occurs only in CI, and only when using Ruby 3.0 and
46-
# Rails >= 7.1.
47-
- name: Install sass-embedded gem
48-
if: ${{ matrix.ruby-version == '3.0' }}
49-
run: gem install sass-embedded
50-
5143
- name: Run tests
5244
run: |
5345
bundle exec rake --trace

0 commit comments

Comments
 (0)