From 3a5634a20c1926acd51e3cfb20dd9e6c36c9cf60 Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Fri, 8 Dec 2023 19:14:40 +0100 Subject: [PATCH] Update linux.yml (#30846) --- .github/workflows/linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1bebe2e63a9..28447f5b2b0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -86,6 +86,7 @@ jobs: with: crate: taplo-cli locked: true + hash: ${{ inputs.upload && '20.04' || '22.04' }} - name: Bootstrap Python run: python3 -m pip install --upgrade pip - name: Bootstrap dependencies