Skip to content

Commit b0793d8

Browse files
authored
Merge pull request #206 from TheThingsNetwork/copilot/fix-snapcraft-installation
fix(ci): install snapcraft via snap instead of apt-get
2 parents eae7e8e + 67491c2 commit b0793d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check out code
1515
uses: actions/checkout@v6
1616
- name: Install Snapcraft
17-
run: sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
17+
run: sudo snap install snapcraft --classic
1818
- name: Create Snapcraft folders
1919
run: |
2020
mkdir -p $HOME/.cache/snapcraft/download

0 commit comments

Comments
 (0)