From 3e68c70f53e8fe3550bd15407cbb4eff23fc88f2 Mon Sep 17 00:00:00 2001 From: ewilly Date: Fri, 3 Mar 2023 09:33:50 +0100 Subject: [PATCH] Use snap package --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index c368837..6e09fd6 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -18,7 +18,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: Install tomlq - run: sudo apt-get install -y yq + run: sudo snap install yq - name: Run the updater script id: run_updater run: |