Try building snap in CI

This commit is contained in:
Micah Lee 2022-10-05 08:50:47 -07:00
parent ca3bdd4130
commit 9a66b92185
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

17
.github/workflows/build-snap.yml vendored Normal file
View file

@ -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