Skip to content

Commit

Permalink
modified: .github/workflows/build-ceres.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miner committed Jan 6, 2024
1 parent c1fe7eb commit 69bee03
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/build-ceres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,20 @@ jobs:
echo $bdir
git clone -b "3.1.51" https://github.com/emscripten-core/emsdk.git $bdir/emsdk
# - name: configure
# run: ./configure
- name: Activate Emscripten
run: >
#Enter that directory
cd $bdir/emsdk
# Download and install the latest SDK tools.
$bdir/emsdk/upstream/emscripten/em++ -v || ./emsdk install latest
# Make the "latest" SDK "active" for the current user. (writes ~/.emscripten file)
./emsdk activate latest
# Activate PATH and other environment variables in the current terminal
source ./emsdk_env.sh
# - name: make
# run: make
# - name: make check
Expand Down

0 comments on commit 69bee03

Please sign in to comment.