Skip to content

Commit b08d40f

Browse files
author
alxndrsn
committed
ruby 2.2
1 parent 57b7b59 commit b08d40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v3
3030
- uses: ./.github/actions/install-deps
31-
- run: apt-get install -y ruby
31+
- run: apt-get install -y ruby2.2
3232
- run: sudo gem install bundler -v 2.1.4
3333
# TODO use npm run install-jekyll?
3434
- run: sudo ./bin/install-jekyll.sh

0 commit comments

Comments
 (0)