mirror of https://github.com/curbengh/hexo-yam
run in windows bash
This commit is contained in:
parent
ee80f8224b
commit
0d93cc7cdd
|
@ -29,9 +29,10 @@ jobs:
|
|||
run: |
|
||||
echo "PLATFORM=win32-x64-msvc" >> "$GITHUB_ENV"
|
||||
- name: Install zstd binary
|
||||
shell: bash
|
||||
run: |
|
||||
echo $PLATFORM
|
||||
npm install @mongodb-js/zstd-$PLATFORM
|
||||
npm install "@mongodb-js/zstd-$PLATFORM"
|
||||
- name: Test
|
||||
run: npm run test
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue