Skip to content

Commit

Permalink
Merge pull request #304 from eregon/speedup-windows-ci
Browse files Browse the repository at this point in the history
Speedup the CI on Windows by skipping the toolchain as it's not needed
  • Loading branch information
fxn authored Oct 12, 2024
2 parents c6152fb + 1b9702a commit 4e37814
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 4e37814

Please sign in to comment.