mirror of
https://github.com/curl/curl.git
synced 2026-08-05 18:56:13 +03:00
GHA/curl-for-win: disable DOCKER_CONTENT_TRUST
As a workaround for the latest Debian image missing the necessary keys:
```
No signatures for debian:testing-20240926-slim
Administrative keys for debian:testing-20240926-slim
Repository Key: 5717dcd81d9fb5b73aa15f2d887a6a0de543829ab9b2d411acce9219c2f8ba3a
Root Key: 575d013f89e3cbbb19e0fb06aa33566c22718318e0c9ffb1ab5cc4291e07bf84
No valid trust data for testing-20240926-slim
```
https://github.com/curl/curl/actions/runs/11067644862/job/30752034560?pr=15065
Ref: 0ad1ad511b
This commit is contained in:
parent
7b12c36ca9
commit
a35f223cd8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/curl-for-win.yml
vendored
2
.github/workflows/curl-for-win.yml
vendored
|
|
@ -40,7 +40,7 @@ env:
|
|||
CW_MAP: '0'
|
||||
CW_JOBS: '5'
|
||||
CW_NOPKG: '1'
|
||||
DOCKER_CONTENT_TRUST: '1'
|
||||
DOCKER_CONTENT_TRUST: ''
|
||||
|
||||
jobs:
|
||||
linux-glibc-llvm:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue