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 7, 2024
1 parent de518f6 commit f3f9227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-ceres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download Emscripten
run: >
run: |
cwd=$(pwd)
bdir=$(pwd)/build
echo $bdir
# Get the emsdk repo
git clone -b "3.1.51" https://github.com/emscripten-core/emsdk.git $bdir/emsdk
- name: Activate Emscripten
Expand Down

0 comments on commit f3f9227

Please sign in to comment.