From 1f925867f4ae3f4b97184066526ffec6d470b346 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 13 Jul 2022 15:33:41 +1200 Subject: [PATCH] [ci] Drop duplicate octave build This was created by fc6269a3cad26acbb62f7eff8b3a218433fc5554 which converted the non-functioning Octave 6.4 into a duplicate of the other Octave build instead of dropping it completely. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60791155c..ac63a863e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,8 +95,6 @@ jobs: VER: '5.3' - SWIGLANG: octave CPPSTD: c++11 - - SWIGLANG: octave - CPPSTD: c++11 - SWIGLANG: perl5 - SWIGLANG: php VER: '7.0'