Skip to content

Commit

Permalink
Merge pull request #107 from ltonetwork/development
Browse files Browse the repository at this point in the history
Updated: Clang
  • Loading branch information
otobongfp authored Nov 6, 2024
2 parents c89f2da + b8cad9f commit 151e36e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- speakers
concurrency: ci-${{ github.ref }}-${{ matrix.package }}
runs-on: ubuntu-latest
env:
CC: clang
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -37,7 +39,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
cache: "npm"
- name: Setup wasm-pack
uses: jetli/[email protected]
- name: Build
Expand All @@ -58,7 +60,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
cache: "npm"
- name: NPM Install
run: npm ci
- name: Download Ownables packages
Expand Down

0 comments on commit 151e36e

Please sign in to comment.