Skip to content

Commit 669a9e5

Browse files
committed
push nct to last
1 parent c789c23 commit 669a9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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-
FEDORA_VERSION="${{ matrix.fedora_version }}" ./build-nct.sh
5453
VERSION="${{ github.event.inputs.nvidia-version }}" \
5554
FEDORA_VERSION="${{ matrix.fedora_version }}" ./build.sh
5655
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)