supercop.ts

cross-compiled javascript implementation of ed25519 based on supercop-ref10
git clone git://git.finwo.net/lib/supercop.ts
Log | Files | Refs | README | LICENSE

commit 4a7cd320c0612f1dfd8385ac7fb961b6a082c0b0
parent e4f8626684a2ab3fb4169a885d28200f4eeefe7a
Author: finwo <finwo@pm.me>
Date:   Sun, 28 May 2023 01:27:46 +0200

Install clang/llvm into gh-action machine

Diffstat:
M.github/workflows/publish.yml | 4++++
M.github/workflows/test.yml | 4++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -23,6 +23,10 @@ jobs: with: node-version: ${{ matrix.node-version }} - uses: finwo/dep@edge + - name: Install LLVM and Clang + uses: KyleMayes/install-llvm-action@v1 + with: + version: "10.0" - name: build wasm component run: | dep i diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -22,6 +22,10 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} + - name: Install LLVM and Clang + uses: KyleMayes/install-llvm-action@v1 + with: + version: "10.0" - uses: finwo/dep@edge - name: build wasm component run: |