修复GOLANG包构建问题

This commit is contained in:
2024-09-15 08:12:35 +08:00
parent f96606390b
commit 4cbcf3fafe
4 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- name: Building ${{ GITHUB.repository }}
run: |
env gitPath=$(basename $GITHUB_REPOSITORY) bash .github/workflows/run-command-in-chroot.sh dpkg-buildpackage -b
env gitPath=$(basename $GITHUB_REPOSITORY) bash .github/workflows/run-command-in-chroot.sh env GO111MODULE=off dpkg-buildpackage -b
- name: Remove Debug Package
run: |