.github/workflows/windows.yml in metanorma-ietf-2.1.1 vs .github/workflows/windows.yml in metanorma-ietf-2.1.2

- old
+ new

@@ -34,10 +34,9 @@ restore-key: xml2rfc - name: Use Ruby uses: actions/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - architecture: 'x64' - name: Update gems shell: pwsh run: | gem install bundler bundle install --jobs 4 --retry 3