Skip to content

Commit

Permalink
debug ci for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
falood committed Nov 9, 2023
1 parent 28b53cf commit efc641b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand All @@ -55,5 +45,3 @@ jobs:
if: ${{ matrix.lint }}

- run: mix test
env:
FILESYSTEM_FSMWINDOWS_EXECUTABLE_FILE: "/tmp/inotifywait.exe"

0 comments on commit efc641b

Please sign in to comment.