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