Skip to content

Commit

Permalink
fix [skip skia]
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jun 8, 2024
1 parent c6af883 commit adb6891
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
yarn build --target x86_64-apple-darwin
downloadTarget: ''
- host: windows-latest
setup: |
choco upgrade llvm
build: yarn build --target x86_64-pc-windows-msvc
target: 'x86_64-pc-windows-msvc'
downloadTarget: ''
Expand Down Expand Up @@ -150,7 +152,7 @@ jobs:
export LDFLAGS="--target=aarch64-linux-android24"
yarn build --target aarch64-linux-android
name: stable - ${{ matrix.settings.target }} - node@18
name: stable - ${{ matrix.settings.target }} - node@20
runs-on: ${{ matrix.settings.host }}

steps:
Expand Down

0 comments on commit adb6891

Please sign in to comment.