From fc1f91f32d2aa7c7513149b782c63af8166412f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 29 Apr 2025 14:38:25 +0200 Subject: [PATCH] CI: Install cosign for windows and macOS --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d1ab25..2b8bf4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,6 +91,10 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" + - name: Install Cosign + uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a + with: + cosign-release: 'v2.5.0' - run: pip install poetry - run: poetry install - name: Restore cached tessdata @@ -140,6 +144,10 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" + - name: Install Cosign + uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a + with: + cosign-release: 'v2.5.0' - name: Restore cached tessdata uses: actions/cache/restore@v4 with: