From a1d7eb355f2c74184280c51b688d1bbd0c4e98b1 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 16 Aug 2021 20:47:25 -0400 Subject: Added an updater; Added snapcraft to readme --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f921e9..c330180 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ jobs: - name: Installing dependencies for Ubuntu if: startsWith(matrix.os, 'ubuntu') run: sudo apt install --no-install-recommends -y libopenjp2-tools rpm libarchive-tools + - name: Check out Git repository uses: actions/checkout@v1 -- cgit v1.2.3