From 13c05c0a95fa21676eabb4676d8ea3bcbe81a6c4 Mon Sep 17 00:00:00 2001 From: robin Date: Mon, 15 Jul 2024 15:40:07 +0800 Subject: [PATCH] chore: Update yq installation method to use snap --- .github/workflows/sync-info.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-info.yml b/.github/workflows/sync-info.yml index 3c50f6e7..93fa97de 100644 --- a/.github/workflows/sync-info.yml +++ b/.github/workflows/sync-info.yml @@ -32,7 +32,8 @@ jobs: - name: Install jq run: sudo apt-get install jq - name: Install yq - run: sudo apt-get install yq + run: sudo snap install yq + - name: Run script run: script/sync-info.sh