Skip to content

Commit 89476e7

Browse files
authored
dev: fix release workflow (#5156)
1 parent 8c45cf5 commit 89476e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tag.yml

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
echo 'mono /opt/chocolatey/choco.exe $@' >> /usr/local/bin/choco
5353
chmod +x /usr/local/bin/choco
5454
55+
- name: Install snapcraft
56+
run: sudo snap install snapcraft --classic
57+
5558
- name: Set up QEMU
5659
uses: docker/setup-qemu-action@v3
5760

0 commit comments

Comments
 (0)