mirror of https://github.com/curbengh/hexo-yam
ci: use windows bash
variable is not expanded properly in pwsh
This commit is contained in:
parent
702eb2fa0c
commit
812ff614fc
|
@ -36,6 +36,7 @@ jobs:
|
|||
echo "PLATFORM=darwin-arm64" >> "$GITHUB_ENV" ;;
|
||||
esac
|
||||
- name: Install zstd binary
|
||||
shell: bash
|
||||
run: npm install "@mongodb-js/zstd-$PLATFORM"
|
||||
- name: Test
|
||||
run: npm run test
|
||||
|
|
Loading…
Reference in New Issue