From 83d93589463e5a20a7663b2732dd53fe50a5e89b Mon Sep 17 00:00:00 2001 From: likfees Date: Mon, 1 Jan 2024 16:05:45 +0800 Subject: [PATCH] update workflows1 --- .github/workflows/release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77d7cfd..b3734d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,16 +23,10 @@ jobs: repo-token: ${{ secrets.GH_TOKEN }} - uses: docker/setup-qemu-action@v2 # v2 - uses: docker/setup-buildx-action@v2 # v2 - - name: setup-snapcraft - run: | - sudo apt-get update - sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft - mkdir -p $HOME/.cache/snapcraft/download - mkdir -p $HOME/.cache/snapcraft/stage-packages - uses: actions/setup-go@v4 with: go-version: stable - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 + - uses: actions/cache@v3 # v3 with: path: | ./dist/*.deb