Skip to content

Commit

Permalink
Merge pull request #108 from ltonetwork/development
Browse files Browse the repository at this point in the history
Updated: Clang in gh-pages
  • Loading branch information
otobongfp authored Nov 6, 2024
2 parents 151e36e + f0d90e1 commit 5340cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
- speakers
concurrency: ci-${{ github.ref }}-${{ matrix.package }}
runs-on: ubuntu-latest
env:
CC: clang
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -43,6 +41,8 @@ jobs:
- name: Setup wasm-pack
uses: jetli/[email protected]
- name: Build
env:
CC: clang
run: npm run ownables:build --package=${{ matrix.package }}
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5340cb9

Please sign in to comment.