From 35c1464992c865ea0139c61abffd0fe37bf0b330 Mon Sep 17 00:00:00 2001 From: Yu Fang Date: Thu, 9 Jan 2025 12:12:13 +0800 Subject: [PATCH] update --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06cd95a..26f59a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -167,8 +167,10 @@ jobs: go-version: ^1.20 - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3 - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3 +# - name: Install Snapcraft +# uses: samuelmeuli/action-snapcraft@v3 - name: Install Snapcraft - uses: samuelmeuli/action-snapcraft@v3 + run: sudo snap install snapcraft --classic - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: