Skip to content

Commit

Permalink
Update build_win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingpqi123 authored Apr 2, 2022
1 parent 21fe31e commit c58e59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
- if: github.event_name == 'push'
name: Build cache(push)
run: |
echo "---test---"
echo "---test--"
npm_cache/node_modules/depsync/bin/depsync
node build_vendor -p win
- if: github.event_name == 'pull_request'
name: Windows build
run: |
depsync
npm_cache/node_modules/depsync/bin/depsync
node ./vendor_tools/cmake-build pag -p win -o ./win/paglib -v -i -DPAG_BUILD_SHARED=ON
shell: bash

0 comments on commit c58e59b

Please sign in to comment.