From ccddb7cd53ee271813c3e120081d6be8f4c1972e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 15 Aug 2021 17:11:42 -0400 Subject: Building for Ubuntu instead --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff2e72f..9eaedd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] steps: - - name: Installing dependencies + - name: Installing dependencies for Ubuntu if: runner.os == 'Linux' run: sudo apt update && sudo apt install --no-install-recommends -y libopenjp2-tools rpm libarchive-tools && sudo snap install snapcraft --classic - name: Check out Git repository -- cgit v1.2.3