Skip to content

Commit daea454

Browse files
committed
Update windows build
1 parent 6e15395 commit daea454

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: .github/workflows/build_win.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ jobs:
2424
uses: actions/cache@v2
2525
with:
2626
path: libpag.tar.zst
27-
key: libpag-code-${{ github.sha }}
27+
key: libpag-win-${{ github.sha }}
2828
restore-keys: |
29-
libpag-code-${{ github.event.before }}
30-
libpag-code-
29+
libpag-win-${{ github.event.before }}
30+
libpag-win-
3131
- if: github.event_name == 'pull_request'
3232
name: Get libpag cache (pull_request)
3333
id: libpag-pull_request
3434
uses: actions/cache@v2
3535
with:
3636
path: libpag.tar.zst
37-
key: libpag-code-${{ github.event.pull_request.base.sha }}
38-
restore-keys: libpag-code-
37+
key: libpag-win-${{ github.event.pull_request.base.sha }}
38+
restore-keys: libpag-win-
3939
- name: Check file existence
4040
id: check_files
4141
uses: andstor/file-existence-action@v1
@@ -61,15 +61,15 @@ jobs:
6161
- if: github.event_name == 'pull_request'
6262
name: Swith branch (pull_request)
6363
run: |
64-
cd libpag
65-
git fetch
66-
git pull
67-
git checkout ${{ github.head_ref }}
64+
cd libpag
65+
git fetch
66+
git pull
67+
git checkout ${{ github.head_ref }}
6868
6969
- name: brew link emscripten
7070
if: steps.cache-environment.outputs.cache-hit == 'true'
7171
run: |
72-
brew link emscripten
72+
brew link emscripten
7373
7474
- name: Windows build
7575
run: |

0 commit comments

Comments
 (0)