We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e52176 commit c2c5cfaCopy full SHA for c2c5cfa
1 file changed
.github/workflows/build-nvidia.yml
@@ -135,8 +135,10 @@ jobs:
135
printf "#!/bin/bash\nexec ${real_wget} \"\${@/--show-progress/}\"" > /usr/local/bin/wget
136
chmod +x /usr/local/bin/wget
137
138
- source source/compile.sh "${DRIVER_VERSION}" ${BUILD_ARG:-"dummy"}
+ set +u
139
+ source source/compile.sh "${DRIVER_VERSION}" ${BUILD_ARG}
140
nvidia_driver "${DRIVER_VERSION}" ${BUILD_ARG}
141
+ set -u
142
143
# ---------------------------------------------------------------
144
# Step 4: Copy output artifacts
0 commit comments