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 f3f9227 commit e155f64
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/build-ceres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,22 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download Emscripten
run: |
cwd=$(pwd)
bdir=$(pwd)/build
# - name: Checkout
# uses: actions/checkout@v4

- name: Setup Environment
shell: bash
run: |
echo "cwd=$(pwd)" >> $GITHUB_ENV
echo "bdir=$(pwd)/build >> $GITHUB_ENV
echo $bdir
# Get the emsdk repo
git clone -b "3.1.51" https://github.com/emscripten-core/emsdk.git $bdir/emsdk
- name: Clone Emscripten
shell: bash
run: git clone -b "3.1.51" https://github.com/emscripten-core/emsdk.git $bdir/emsdk

- name: Activate Emscripten
shell: bash
run: |
#Enter that directory
cd $bdir/emsdk
Expand Down

0 comments on commit e155f64

Please sign in to comment.