mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Use os version in taplo cache-key & setuptools 65 in py3.8 (#30848)
This commit is contained in:
parent
9f7afe595a
commit
1105eb66e9
2 changed files with 3 additions and 4 deletions
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
with:
|
||||
crate: taplo-cli
|
||||
locked: true
|
||||
hash: ${{ inputs.upload && '20.04' || '22.04' }}
|
||||
cache-key: ${{ inputs.upload && '20.04' || '22.04' }}
|
||||
- name: Bootstrap Python
|
||||
run: python3 -m pip install --upgrade pip
|
||||
- name: Bootstrap dependencies
|
||||
|
@ -180,4 +180,3 @@ jobs:
|
|||
- name: Mark the job as unsuccessful
|
||||
run: exit 1
|
||||
if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue