Skip to content

Commit

Permalink
Speedup the CI on Windows by skipping the toolchain as it's not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 12, 2024
1 parent b6fe78b commit 1b9702a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
# This CI job does not compile extensions so no need to install a toolchain (which takes 1+ min)
windows-toolchain: none
- name: "Enable global frozen string literals for head"
if: matrix.ruby-version == 'head'
run: "echo RUBYOPT=--enable-frozen-string-literal >> $GITHUB_ENV"
Expand Down

0 comments on commit 1b9702a

Please sign in to comment.