From b58b7d7f1f4222ee8a875dc1322820324f96455b Mon Sep 17 00:00:00 2001 From: Johannes Albrecht Date: Mon, 21 Aug 2023 10:20:38 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9912ced..1932c18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: Mkdocs +name: Build Snap # Controls when the action will run. on: @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - - run: sudo snap install snapcraft + run: sudo snap install snapcraft --classic - run: | cd simple-listener-py