You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ur-build-hw.yml
+17-2Lines changed: 17 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ on:
29
29
required: true
30
30
type: string
31
31
default: ""
32
+
install_igc_driver:
33
+
required: false
34
+
type: string
35
+
default: ""
32
36
workflow_dispatch:
33
37
inputs:
34
38
adapter_name:
@@ -57,7 +61,10 @@ on:
57
61
required: true
58
62
type: string
59
63
default: ""
60
-
64
+
install_igc_driver:
65
+
required: false
66
+
type: string
67
+
default: ""
61
68
permissions: read-all
62
69
63
70
env:
@@ -129,7 +136,15 @@ jobs:
129
136
| gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
130
137
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
0 commit comments