diff --git a/.github/workflows/bindings-nodejs-publish.yml b/.github/workflows/bindings-nodejs-publish.yml index 27c94d8e1e..5001150e36 100644 --- a/.github/workflows/bindings-nodejs-publish.yml +++ b/.github/workflows/bindings-nodejs-publish.yml @@ -105,7 +105,7 @@ jobs: working-directory: bindings/nodejs - name: Install LLVM and Clang (Windows) # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797 - uses: KyleMayes/install-llvm-action@32c4866ebb71e0949e8833eb49beeebed48532bd + uses: KyleMayes/install-llvm-action@c135b3937686fd69c2651507aabc9925a8f9eee8 if: matrix.os == 'windows-2019' with: version: "11.0" diff --git a/.github/workflows/bindings-python-publish.yml b/.github/workflows/bindings-python-publish.yml index 50a3939406..1bc832619f 100644 --- a/.github/workflows/bindings-python-publish.yml +++ b/.github/workflows/bindings-python-publish.yml @@ -51,7 +51,7 @@ jobs: ${{ matrix.os }}-stable-cargo-index- - name: Install LLVM and Clang (Windows) # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797 - uses: KyleMayes/install-llvm-action@32c4866ebb71e0949e8833eb49beeebed48532bd + uses: KyleMayes/install-llvm-action@c135b3937686fd69c2651507aabc9925a8f9eee8 if: matrix.os == 'windows-latest' with: version: "11.0" diff --git a/.github/workflows/bindings-wallet-covector-publish.yml b/.github/workflows/bindings-wallet-covector-publish.yml index 71800a990c..7b64b4cbc9 100644 --- a/.github/workflows/bindings-wallet-covector-publish.yml +++ b/.github/workflows/bindings-wallet-covector-publish.yml @@ -106,7 +106,7 @@ jobs: working-directory: bindings/nodejs-old - name: Install LLVM and Clang (Windows) # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797 - uses: KyleMayes/install-llvm-action@32c4866ebb71e0949e8833eb49beeebed48532bd + uses: KyleMayes/install-llvm-action@c135b3937686fd69c2651507aabc9925a8f9eee8 if: matrix.os == 'windows-2019' with: version: "11.0" diff --git a/.github/workflows/cli-publish.yml b/.github/workflows/cli-publish.yml index 5c0d054ffe..e0493c4605 100644 --- a/.github/workflows/cli-publish.yml +++ b/.github/workflows/cli-publish.yml @@ -74,7 +74,7 @@ jobs: if: matrix.os == 'macos-latest' - name: Install LLVM and Clang (Windows) # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797 - uses: KyleMayes/install-llvm-action@32c4866ebb71e0949e8833eb49beeebed48532bd + uses: KyleMayes/install-llvm-action@c135b3937686fd69c2651507aabc9925a8f9eee8 if: matrix.os == 'windows-latest' with: version: "11.0" diff --git a/bindings/nodejs-old/README.md b/bindings/nodejs-old/README.md index 62e1835cbd..40b3654ff1 100644 --- a/bindings/nodejs-old/README.md +++ b/bindings/nodejs-old/README.md @@ -2,7 +2,7 @@ ## Requirements (only for building the binary yourself) -Ensure you have first installed the required dependencies for the library [here](https://github.com/iotaledger/iota-sdk/blob/dev/README.md) and on Windows also LLVM, our workflow uses `https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.1/LLVM-11.0.1-win64.exe`. On Windows, you may also need to set an environment variable `RUSTFLAGS` to `-C target-feature=+crt-static`. +Ensure you have first installed the required dependencies for the library [here](https://github.com/iotaledger/iota-sdk/blob/dev/README.md) and on Windows also LLVM, our workflow uses `https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/LLVM-16.0.6-win64.exe`. On Windows, you may also need to set an environment variable `RUSTFLAGS` to `-C target-feature=+crt-static`. ## Installation diff --git a/bindings/nodejs/README.md b/bindings/nodejs/README.md index c1875b1cf7..214c89cd0b 100644 --- a/bindings/nodejs/README.md +++ b/bindings/nodejs/README.md @@ -37,7 +37,7 @@ well as the following: ### Windows On Windows, you will also need an LLVM. Our workflow uses -`https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.1/LLVM-11.0.1-win64.exe`. You may also need to set +`https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/LLVM-16.0.6-win64.exe`. You may also need to set an environment variable `RUSTFLAGS` to `-C target-feature=+crt-static`. ## Getting Started