From 6faefb86821e895765384ed1d8fcaab02d27e614 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Wed, 7 Aug 2024 14:23:50 -0500 Subject: [PATCH] CI: Only build a single version --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb75dd6..dc841ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,4 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Build - run: make \ No newline at end of file + run: | + # Only build a single version to speed up CI. + echo 'DRIVER_VERSIONS="${BETA_VERSIONS%% *}"' >> versions.sh + make