From 52438e29aeee47a65d9d0c36a33f6bdfa3814100 Mon Sep 17 00:00:00 2001 From: ewilly Date: Fri, 3 Mar 2023 09:44:25 +0100 Subject: [PATCH] Revert "Add yq package to updater" This reverts commit 164fbfd70243cd86d31b1d604b2b34f7d3767696. --- .github/workflows/updater.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index c368837..137e440 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -17,8 +17,6 @@ jobs: uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - - name: Install tomlq - run: sudo apt-get install -y yq - name: Run the updater script id: run_updater run: |