Skip to content

Commit

Permalink
WIP: Fix wasm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BasileiosKal committed Jun 30, 2024
1 parent f67ba91 commit f764c10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-wrapper-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build_test:
name: Build & Test WASM Wrapper
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./wrappers/wasm
Expand Down
3 changes: 3 additions & 0 deletions wrappers/wasm/scripts/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ SRC_WASM=lib/web/index.js

# Add dev dependencies to current path
export PATH="$PATH:node_modules/.bin"
export CC=/opt/homebrew/opt/llvm/bin/clang
export AR=/opt/homebrew/opt/llvm/bin/llvm-ar
echo $PATH

if [ -z "$BUILD_MODE" ]
then
Expand Down

0 comments on commit f764c10

Please sign in to comment.