Skip to content

Commit 67491c2

Browse files
Copilotvlasebian
andauthored
fix: install snapcraft via snap instead of apt-get
Agent-Logs-Url: https://github.com/TheThingsNetwork/lorawan-stack-migrate/sessions/3c48da72-2952-4621-81e9-ddeed1ac1a16 Co-authored-by: vlasebian <23100181+vlasebian@users.noreply.github.com>
1 parent 4e7fdeb commit 67491c2

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)