修复使用 ubuntu-latest linux/s390x 无法使用 npm

This commit is contained in:
whyour 2023-09-18 13:09:14 +08:00
parent aab096843c
commit a1eef2c644

View File

@ -87,7 +87,8 @@ jobs:
build:
needs: build-static
runs-on: ubuntu-latest
# 由于 ubuntu-latest 中使用 linux6.x 内核 linux/s390x npm 无法使用
runs-on: ubuntu-20.04
permissions:
packages: write