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 b0c58cf6a254c6de551e25da6a011521c8a943ef
parent 4a7cd320c0612f1dfd8385ac7fb961b6a082c0b0
Author: finwo <finwo@pm.me>
Date:   Sun, 28 May 2023 01:30:37 +0200

Install clang through apt-get instead of direct download

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

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -22,11 +22,13 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - uses: finwo/dep@edge - - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1 + - name: Install @finwo/dep + uses: finwo/dep@edge + - name: Set up Clang + uses: egor-tensin/setup-clang@v1 with: - version: "10.0" + version: latest + platform: x64 - name: build wasm component run: | dep i diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -22,11 +22,12 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1 + - name: Set up Clang + uses: egor-tensin/setup-clang@v1 with: - version: "10.0" - - uses: finwo/dep@edge + version: latest + - name: Install @finwo/dep + uses: finwo/dep@edge - name: build wasm component run: | dep i