Skip to content

Commit

Permalink
update workflows1
Browse files Browse the repository at this point in the history
  • Loading branch information
likfees committed Jan 1, 2024
1 parent 368a292 commit 83d9358
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83d9358

Please sign in to comment.