We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ff6dc commit 8f6c12bCopy full SHA for 8f6c12b
.github/workflows/build-steps.yml
@@ -90,7 +90,7 @@ jobs:
90
runs-on: ${{ inputs.runner }}
91
container:
92
image: ${{ inputs.container }}
93
- options: ${{ inputs.container_options }}
+ # options: ${{ inputs.container_options }}
94
env:
95
CXX: ${{inputs.cxx_compiler}}
96
CC: ${{inputs.cc_compiler}}
.github/workflows/optix.yml
@@ -77,6 +77,9 @@ jobs:
77
sonar: ${{ matrix.sonar || 0 }}
78
llvm_action_ver: ${{ matrix.llvm_action_ver }}
79
clang_format: ${{ matrix.clang_format }}
80
+ container:
81
+ image: ${{ mastrix.container }}
82
+ options: ${{ matrix.container_options }}
83
strategy:
84
fail-fast: false
85
matrix:
0 commit comments