From 1e673c27a10b433dfc2ee737e730bce9b2628d18 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Wed, 25 Jun 2025 18:23:00 -0700 Subject: [PATCH] trusted-signing-cli for windows --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f0be5b6..bd19cc4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,6 +42,10 @@ jobs: version: 1.4.309.0 cache: true + - name: Install trusted-signing-cli + if: matrix.platform == 'windows-latest' # This must match the platform value defined above. + run: cargo install trusted-signing-cli + - name: Prepare Vulkan SDK for Ubuntu 22.04 run: | wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc