mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
Fix ci
This commit is contained in:
parent
6a49a4b0b2
commit
6f7bdd6995
2
.github/workflows/publish-node.yml
vendored
2
.github/workflows/publish-node.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Set llvm path
|
- name: Set llvm path
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
uses: allenevans/set-env@v1.0.0
|
uses: allenevans/set-env@v2.0.0
|
||||||
with:
|
with:
|
||||||
LIBCLANG_PATH: 'C:\\Program Files\\LLVM\\bin'
|
LIBCLANG_PATH: 'C:\\Program Files\\LLVM\\bin'
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ edition = "2018"
|
|||||||
license = "Apache-2.0/MIT"
|
license = "Apache-2.0/MIT"
|
||||||
name = "wasm"
|
name = "wasm"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "1.2.34"
|
version = "1.2.39"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
Loading…
Reference in New Issue
Block a user