Skip to content

Commit a582bd9

Browse files
committed
Fix CI on Windows
1 parent f358cd4 commit a582bd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ jobs:
8383
- name: Erlang test suite
8484
run: make --keep-going test_erlang
8585
- name: Elixir test suite
86-
run: make --keep-going test_elixir
86+
run: |
87+
del c:/Windows/System32/drivers/etc/hosts
88+
make --keep-going test_elixir
8789
8890
check_posix_compliant:
8991
name: Check POSIX-compliant

0 commit comments

Comments
 (0)