diff options
author | Loïc Hoguin <[email protected]> | 2024-03-22 18:06:37 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-03-22 18:17:50 +0100 |
commit | 8fcc58f36e34ea1cd89b5c8179ab0805760856ab (patch) | |
tree | f5c00eca414e7ff3e72cc5aedeb3c767bdb52a4a | |
parent | 2ae16c528d441cfefb3f17e0b149d491bea8ed7c (diff) | |
download | ci.erlang.mk-8fcc58f36e34ea1cd89b5c8179ab0805760856ab.tar.gz ci.erlang.mk-8fcc58f36e34ea1cd89b5c8179ab0805760856ab.tar.bz2 ci.erlang.mk-8fcc58f36e34ea1cd89b5c8179ab0805760856ab.zip |
Don't set COWBOY_QUICER/GUN_QUICER on Windows
-rw-r--r-- | .github/workflows/ci.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5376108..b70f507 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -104,6 +104,9 @@ jobs: matrix: erlang: ${{ fromJson(needs.prepare-windows.outputs.erlang) }} runs-on: windows-latest + env: + COWBOY_QUICER: 0 + GUN_QUICER: 0 steps: - name: Checkout repository |