From 8e582328037a3f3dbf87de43edab2dc2f3d361ab Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Thu, 5 Jun 2025 00:58:06 -0400 Subject: [PATCH] ops --- .github/workflows/windows.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7050638..25edcd5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -29,20 +29,7 @@ on: jobs: build-tdm64: runs-on: windows-latest - env: - OPENSSL_VERSION: "3.1.8" - OPENSSL_PREFIX: "${{ github.workspace }}/openssl-install-64" steps: - - name: Install MSYS2 and dependencies - uses: msys2/setup-msys2@v2 - with: - update: true - install: >- - git - make - perl - nasm - tree - name: Setup TDM-GCC run: |