From ed0d25ce4eecaeb53b648ee4dca92f543ce9ef29 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Thu, 5 Dec 2024 11:30:08 -0800 Subject: [PATCH] Remove debug step --- .github/workflows/windows.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 28b6331c..173ac025 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -28,9 +28,6 @@ jobs: with: install: mingw-w64-x86_64-gcc mingw-w64-x86_64-clang mingw-w64-x86_64-lld make diffutils git python3 dos2unix - - name: debug - run: | - ls D:/Miniconda - name: install conda + host sbcl shell: pwsh working-directory: ../sbcl