From 1445103982077a4ef80969752fe82b722d9051a1 Mon Sep 17 00:00:00 2001 From: falood Date: Thu, 9 Nov 2023 17:58:53 +0900 Subject: [PATCH] debug ci for windows --- .github/workflows/ci-windows.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 22772a3..3e1718e 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -24,16 +24,6 @@ jobs: lint: lint steps: - - run: git config --global core.autocrlf input - - uses: cygwin/cygwin-install-action@master - - - name: Install inotify-win - run: | - git clone https://github.com/thekid/inotify-win.git - cd inotify-win - make - cp inotifywait.exe /tmp - - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.pair.otp}}