From 9a66b92185e4e30baa9885a72776e8728241f703 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 5 Oct 2022 08:50:47 -0700 Subject: [PATCH] Try building snap in CI --- .github/workflows/build-snap.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/build-snap.yml diff --git a/.github/workflows/build-snap.yml b/.github/workflows/build-snap.yml new file mode 100644 index 00000000..0083d251 --- /dev/null +++ b/.github/workflows/build-snap.yml @@ -0,0 +1,17 @@ +name: Build +run-name: Build snap +on: + push: + branches: + - snap-ci + +jobs: + build-snap: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Install dependencies + run: | + snap install snapcraft --classic + - run: + snapcraft