Skip to content

Commit d0e3426

Browse files
committed
run build-nct first, it worked before, force a newer build for drivers
1 parent ab4119a commit d0e3426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
if [ "${{ matrix.arch }}" == "aarch64" ]; then
5151
export BUILD_ARM=true
5252
fi
53-
VERSION="${{ github.event.inputs.nvidia-version }}" \
53+
FEDORA_VERSION="${{ matrix.fedora_version }}" ./build-nct.sh
54+
VERSION="${{ github.event.inputs.nvidia-version || '580.105.08' }}" \
5455
FEDORA_VERSION="${{ matrix.fedora_version }}" ./build.sh
5556
echo "version=$(cat .driver-version)" >> $GITHUB_OUTPUT
56-
FEDORA_VERSION="${{ matrix.fedora_version }}" ./build-nct.sh
5757
5858
- name: Build OCI image with drivers
5959
id: oci

0 commit comments

Comments
 (0)