Add windows-toolchain input

This commit is contained in:
MSP-Greg
2024-01-22 11:07:31 +01:00
committed by Benoit Daloze
parent 432702e864
commit 558057564b
6 changed files with 43 additions and 6 deletions
+13
View File
@@ -335,6 +335,19 @@ jobs:
bundler-cache: true
- run: bundle list | grep nokogiri
testWindowsToolchain:
name: "Test windows-toolchain: none"
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
ruby-version: '2.7'
windows-toolchain: none
bundler: none
- name: C:/msys64/mingw64/bin/gcc.exe not installed
run: ruby -e "abort if File.exist?('C:/msys64/mingw64/bin/gcc.exe')"
lint:
runs-on: ubuntu-20.04
steps: