diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21ae31f..6292b1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e62cb37..cb21464 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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 # 准备文件