Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanhefner committed Dec 3, 2023
1 parent c52721f commit 7dd58f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# testing. The error occurs only in CI and only when using Ruby 3.0 and
# Rails >= 7.1.
- name: Install sass-embedded gem
if: ${{ matrix.ruby-version == "3.0" }}
if: ${{ matrix.ruby-version == '3.0' }}
run: gem install sass-embedded

- name: Run tests
Expand Down

0 comments on commit 7dd58f1

Please sign in to comment.