From 68575ee28ce195c6995226909ed1ed2d9c328195 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sun, 15 Sep 2024 08:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E6=94=B9=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/building-deb.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/building-deb.yml b/.github/workflows/building-deb.yml index fe75c6a..2ea0e27 100755 --- a/.github/workflows/building-deb.yml +++ b/.github/workflows/building-deb.yml @@ -82,7 +82,7 @@ jobs: - name: Building ${{ GITHUB.repository }} run: | - env 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: | @@ -126,7 +126,7 @@ jobs: - name: Building ${{ GITHUB.repository }} run: | - env 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: | @@ -169,7 +169,7 @@ jobs: - name: Building ${{ GITHUB.repository }} run: | - env 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: | @@ -215,7 +215,7 @@ jobs: - name: Building ${{ GITHUB.repository }} run: | - env 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: |