Skip to content

Commit

Permalink
CI: Only build a single version
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Aug 7, 2024
1 parent 0d5ef9a commit 6faefb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Build
run: make
run: |
# Only build a single version to speed up CI.
echo 'DRIVER_VERSIONS="${BETA_VERSIONS%% *}"' >> versions.sh
make

0 comments on commit 6faefb8

Please sign in to comment.