Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Aug 21, 2023
1 parent 9326593 commit a2f461a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
with:
version: latest
- name: Bundle WebUI Bridge
shell: bash
run: |
pnpm i -g esbuild
esbuild --bundle --target="chrome90,firefox90,safari15" --format=esm --tree-shaking=false --outdir=./bridge ./bridge/webui_bridge.ts
cd bridge
python3 js2c.py
if [ "${{ runner.os }}" == "Windows" ]; then
bridge/build.ps1
else
bridge/build.sh
fi
- uses: actions/cache@v3
with:
path: bridge/webui_bridge.h
Expand Down

0 comments on commit a2f461a

Please sign in to comment.