Skip to content

Commit 90f6a2a

Browse files
committed
fix [skip skia]
1 parent c6af883 commit 90f6a2a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.cargo/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[target.x86_64-pc-windows-msvc]
2-
rustflags = ["-C", "link-args=/NODEFAULTLIB:libcmt.lib", "-C", "target-feature=+crt-static"]
2+
rustflags = ["-C", "target-feature=+crt-static"]
33

44
[target.aarch64-apple-darwin]
55
rustflags = ["-C", "target-cpu=apple-a14"]

.github/workflows/CI.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
yarn build --target x86_64-apple-darwin
7878
downloadTarget: ''
7979
- host: windows-latest
80+
setup: |
81+
choco upgrade llvm
8082
build: yarn build --target x86_64-pc-windows-msvc
8183
target: 'x86_64-pc-windows-msvc'
8284
downloadTarget: ''
@@ -150,7 +152,7 @@ jobs:
150152
export LDFLAGS="--target=aarch64-linux-android24"
151153
yarn build --target aarch64-linux-android
152154
153-
name: stable - ${{ matrix.settings.target }} - node@18
155+
name: stable - ${{ matrix.settings.target }} - node@20
154156
runs-on: ${{ matrix.settings.host }}
155157

156158
steps:

0 commit comments

Comments
 (0)