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 69bee03 commit de518f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ceres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git clone -b "3.1.51" https://github.com/emscripten-core/emsdk.git $bdir/emsdk
- name: Activate Emscripten
run: >
run: |
#Enter that directory
cd $bdir/emsdk
Expand All @@ -37,7 +37,7 @@ jobs:
# 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 de518f6

Please sign in to comment.