Skip to content

Commit

Permalink
try to actually read the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Jan 30, 2023
1 parent 494b7d4 commit 129e643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Ruby setup
uses: actions/setup-ruby@v1.1.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 2.6
- run: |
gem install sass
gem install jekyll -v 3.2.1
Expand Down

0 comments on commit 129e643

Please sign in to comment.