From 17c084f74beac5ce1b4ccd13a3e383eb11428947 Mon Sep 17 00:00:00 2001 From: Daniel Eades Date: Sun, 22 Oct 2023 16:59:53 +0100 Subject: [PATCH] remove non-existent 'autoquad' feature --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd5544e433..b24aabdf10 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dialect: ["ardupilotmega", "asluav", "autoquad", "matrixpilot", "minimal", "paparazzi", "python_array_test", "slugs", "standard", "test", "ualberta", "uavionix", "icarous", "common"] + dialect: ["ardupilotmega", "asluav", "matrixpilot", "minimal", "paparazzi", "python_array_test", "slugs", "standard", "test", "ualberta", "uavionix", "icarous", "common"] steps: - uses: actions/checkout@master - uses: dtolnay/rust-toolchain@stable