Skip to content

Commit

Permalink
Try changing directories
Browse files Browse the repository at this point in the history
  • Loading branch information
hemebond committed Apr 8, 2024
1 parent 7ce1223 commit e84a4d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,13 @@ jobs:
export CC="cc -Werror"
# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
./emsdk/emsdk activate latest
cd emsdk
./emsdk activate latest
# Activate PATH and other environment variables in the current terminal
source ./emsdk/emsdk_env.sh
source ./emsdk_env.sh
cd ..
make emscripten-release
Expand Down

0 comments on commit e84a4d9

Please sign in to comment.