We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5039af0 commit 9df0151Copy full SHA for 9df0151
.github/workflows/ci.yml
@@ -24,6 +24,8 @@ jobs:
24
steps:
25
- name: Checkout Repository
26
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
+ with:
28
+ fetch-depth: 0
29
30
- name: Setup Golang Environment
31
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
@@ -103,8 +105,7 @@ jobs:
103
105
104
106
- name: Setup Snapcraft
107
run: |
- sudo apt-get update
- sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
108
+ sudo snap install snapcraft --classic
109
mkdir -p $HOME/.cache/snapcraft/download
110
mkdir -p $HOME/.cache/snapcraft/stage-packages
111
if: github.ref_type == 'tag'
0 commit comments