.github/workflows/macos.yml in isodoc-1.0.28 vs .github/workflows/macos.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: macos on: push: branches: [ master ] @@ -39,8 +37,12 @@ with: node-version: '12' - name: Install Puppeteer run: | npm install -g puppeteer@3.0.1 + - name: Install Inkscape + run: | + brew cask install inkscape + inkscape --version - name: Run specs run: | bundle exec rake