diff options
| author | James McCoy <jamessan@jamessan.com> | 2021-11-06 15:38:46 -0400 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2021-11-14 08:51:39 -0500 |
| commit | 7bd6f12b3edd5c42956034b2f1c8a9ea14b9bcdc (patch) | |
| tree | 1f6281672127db19e2fb44961aab2c520ea1c741 /.github/workflows/ci.yml | |
| parent | 27f8b04f1791c29825bbe4b10e4a8db9472ecaee (diff) | |
| download | rneovim-7bd6f12b3edd5c42956034b2f1c8a9ea14b9bcdc.tar.gz rneovim-7bd6f12b3edd5c42956034b2f1c8a9ea14b9bcdc.tar.bz2 rneovim-7bd6f12b3edd5c42956034b2f1c8a9ea14b9bcdc.zip | |
ci!: remove win32 builds/releases
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bedafefd0..d07b9fdac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: strategy: fail-fast: false matrix: - config: [ MINGW_64-gcov, MINGW_32, MSVC_64, MSVC_32 ] + config: [ MINGW_64-gcov, MSVC_64 ] name: windows (${{ matrix.config }}) steps: - uses: actions/checkout@v2 |