Skip to content

Commit 19b1525

Browse files
committed
Use container with preinstalled conda for build. Attempt 3.
1 parent d6f0355 commit 19b1525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build/action.yml.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
ls -lahR ${{ env.ARTIFACTS_DIR }}
5050
<% endif %>
5151

52-
- if: ${{ inputs.use-container == true }}
52+
- if: ${{ inputs.use-container }}
5353
name: Build (in container)
5454
shell: bash --noprofile --norc -xeuo pipefail {0}
5555
run: |
@@ -71,7 +71,7 @@ runs:
7171
--rm "${{ inputs.docker-image }}" \
7272
/bin/bash -c "${{ env.REPO_DIR }}/continuous_integration/scripts/entrypoint ${{ env.REPO_DIR }}/continuous_integration/scripts/build ${{ inputs.build-type}} ${{ inputs.target-device }}"
7373

74-
- if: ${{ inputs.use-container == false }}
74+
- if: ${{ !inputs.use-container }}
7575
name: Build (without container)
7676
shell: bash --noprofile --norc -xeuo pipefail {0}
7777
run: |

0 commit comments

Comments
 (0)