Skip to content

Commit

Permalink
fix: build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Feb 4, 2021
1 parent 9748c44 commit b731ea8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/skia.yaml
Expand Up @@ -30,9 +30,7 @@ jobs:
check-latest: true

- name: Set env
run: |
echo "${PWD}/depot_tools" >> $GITHUB_PATH
echo "C:\\msys64\\mingw64\\bin" >> $GITHUB_PATH
run: echo "${PWD}/depot_tools" >> $GITHUB_PATH
shell: bash

- name: Install tools on macOS
Expand All @@ -42,7 +40,7 @@ jobs:
- name: Install tools on Windows
if: matrix.os == 'windows-latest'
run: |
choco install ninja -y
choco install llvm ninja -y
choco upgrade python -y
pip install certifi
Expand Down

1 comment on commit b731ea8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: b731ea8 Previous: 58e8e3e Ratio
Draw house#@napi-rs/skia 23 ops/sec (±0.1%) 26 ops/sec (±1.14%) 1.13
Draw house#node-canvas 20 ops/sec (±0.22%) 22 ops/sec (±1.03%) 1.10
Draw gradient#@napi-rs/skia 23 ops/sec (±0.08%) 25 ops/sec (±1.02%) 1.09
Draw gradient#node-canvas 19 ops/sec (±0.15%) 22 ops/sec (±1.2%) 1.16

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.