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