mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
fix: failed to build snap in actions
This commit is contained in:
parent
fd12934be2
commit
6c4251e657
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -319,6 +319,8 @@ jobs:
|
||||
- name: Prepare
|
||||
run: |
|
||||
cd compiler && npm install
|
||||
git --version
|
||||
git --help
|
||||
|
||||
# You can now run Snapcraft shell commands
|
||||
- name: Build snap
|
||||
|
@ -72,7 +72,6 @@ parts:
|
||||
ls -l $SNAPCRAFT_STAGE
|
||||
ls -l
|
||||
|
||||
cd $SNAPCRAFT_PROJECT_DIR && git submodule update --init
|
||||
cd $SNAPCRAFT_PROJECT_DIR/compiler && npm install
|
||||
cd $SNAPCRAFT_PART_BUILD
|
||||
# 准备文件
|
||||
|
Loading…
x
Reference in New Issue
Block a user