From 71f93356cf544b37bf67e96321b58b4cf341c783 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Wed, 2 Oct 2024 13:42:09 -0500 Subject: [PATCH] remove ssl --- .github/workflows/generator-windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/generator-windows.yml b/.github/workflows/generator-windows.yml index 85d7853..33081a1 100644 --- a/.github/workflows/generator-windows.yml +++ b/.github/workflows/generator-windows.yml @@ -135,6 +135,7 @@ jobs: uses: actions/checkout@v4 with: repository: rustdesk/rustdesk + ref: tags/1.3.1 # - name: Install LLVM and Clang # uses: KyleMayes/install-llvm-action@v1