Skip to content

Commit

Permalink
fixess
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyPenguins committed Mar 9, 2025
1 parent c7d00fa commit ca4f26c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build static site
working-directory: ./
run: |
sh ./splashkitonline/.github/workflows/build_static_site.sh "${{ github.sha }}" "${{ github.event_name }}"
bash ./splashkitonline/.github/workflows/build_static_site.sh "${{ github.sha }}" "${{ github.event_name }}"
env:
GITHUB_TOKEN: ''

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/build_static_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ if ! git diff --quiet $(git merge-base main "$1").."$1" -- SplashKitWasm &>/dev/
echo "Build SplashKit WASM Libraries"
echo "========================================"

./emsdk/emsdk activate 3.1.48
. ./emsdk/emsdk_env.sh
cd emsdk
./emsdk activate 3.1.48
source ./emsdk_env.sh
cd ../
mkdir -p ./splashkitonline/SplashKitWasm/prebuilt/cxx/compiler/
wget -O ./splashkitonline/SplashKitWasm/prebuilt/cxx/compiler/sysroot.zip https://github.com/WhyPenguins/SplashkitOnline/tree/cxx_language_backend_binaries/SplashKitWasm/prebuilt/sysroot.zip

Expand Down

0 comments on commit ca4f26c

Please sign in to comment.