diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 03:02:12 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 03:02:12 +0200 |
commit | ed1662594cbc4939981d5efc9bd38c7da41cd2ca (patch) | |
tree | fc2b369aad1e5ac3518a74112f40d838da0518f5 /.github | |
parent | workflows/ci: upgrade actions (diff) | |
download | jekyll-theme-ed1662594cbc4939981d5efc9bd38c7da41cd2ca.tar.gz jekyll-theme-ed1662594cbc4939981d5efc9bd38c7da41cd2ca.zip |
workflows/ci: use .ruby-version for setup-ruby action
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c01aaf..936f760 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,6 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '${{ env.RUBY_VERSION }}' bundler-cache: true - name: Build run: make build |