.github/workflows/windows.yml in textbringer-1.1.1 vs .github/workflows/windows.yml in textbringer-1.1.2
- old
+ new
@@ -6,9 +6,10 @@
build:
runs-on: windows-latest
strategy:
matrix:
ruby: [ 'mingw', 'mswin', '3.0', '2.7', '2.6' ]
+ timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: