From 7e6576e8ea0d3d0d279301ffc387f88b8318c885 Mon Sep 17 00:00:00 2001 From: Rustem Mussabekov Date: Sun, 10 Jul 2022 17:23:05 +0300 Subject: [PATCH] Fix Snapcraft #2 --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 23dcd7a..9d8778d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -13,8 +13,8 @@ jobs: with: submodules: 'recursive' - - name: Use Snapcraft - uses: snapcore/action-build@v1 + - name: Install Snapcraft + uses: samuelmeuli/action-snapcraft@v1 - name: Use Node.js 16.x uses: actions/setup-node@v1