diff options
author | Loïc Hoguin <[email protected]> | 2024-11-08 12:54:26 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-11-08 12:54:26 +0100 |
commit | 7e160b494760d9b841a957b43f07a6ca6beeeb6b (patch) | |
tree | 522bfd6bc0d91024305af0c7306dcadcb713d3fe /.github | |
parent | b7362f32630138fbbfc44a05c27c084fbc79ca3d (diff) | |
download | cowboy-7e160b494760d9b841a957b43f07a6ca6beeeb6b.tar.gz cowboy-7e160b494760d9b841a957b43f07a6ca6beeeb6b.tar.bz2 cowboy-7e160b494760d9b841a957b43f07a6ca6beeeb6b.zip |
CI: Remove unneeded env
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 45d34e3..62e1ea2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,9 +15,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true -env: - CI_ERLANG_MK: 1 - jobs: cleanup-master: name: Cleanup master build |