.github/workflows/windows.yml in isodoc-1.0.28 vs .github/workflows/windows.yml in isodoc-1.0.29

- old
+ new

@@ -1,7 +1,5 @@ -# Auto-generated by Cimas: Do not edit it manually! -# See https://github.com/metanorma/cimas name: windows on: push: branches: [ master ] @@ -41,8 +39,12 @@ with: node-version: '12' - name: Install Puppeteer run: | npm install -g puppeteer@3.0.1 + - name: Install Inkscape + run: | + choco install --no-progress -y inkscape + inkscape --version - name: Run specs run: | bundle exec rake