Skip to content

Commit 996fc3e

Browse files
committed
Attempt to stop windows flappy CI tests
1 parent a61b8f7 commit 996fc3e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,12 @@ jobs:
6262
with:
6363
otp-version: ${{ matrix.otp }}
6464
elixir-version: ${{ matrix.elixir }}
65-
- uses: egor-tensin/vs-shell@v2
66-
if: runner.os == 'Windows'
65+
66+
- uses: ilammy/msvc-dev-cmd@v1
67+
if: matrix.os == 'windows-2019'
68+
with:
69+
arch: x64
70+
6771
- uses: actions/cache@v3
6872
with:
6973
path: deps

0 commit comments

Comments
 (0)