Skip to content

Commit 8f6c12b

Browse files
committed
Try to move container to optix workflow file
Signed-off-by: Larry Gritz <[email protected]>
1 parent e9ff6dc commit 8f6c12b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ${{ inputs.runner }}
9191
container:
9292
image: ${{ inputs.container }}
93-
options: ${{ inputs.container_options }}
93+
# options: ${{ inputs.container_options }}
9494
env:
9595
CXX: ${{inputs.cxx_compiler}}
9696
CC: ${{inputs.cc_compiler}}

.github/workflows/optix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
sonar: ${{ matrix.sonar || 0 }}
7878
llvm_action_ver: ${{ matrix.llvm_action_ver }}
7979
clang_format: ${{ matrix.clang_format }}
80+
container:
81+
image: ${{ mastrix.container }}
82+
options: ${{ matrix.container_options }}
8083
strategy:
8184
fail-fast: false
8285
matrix:

0 commit comments

Comments
 (0)