Skip to content

Commit 107d822

Browse files
committed
Use container with preinstalled conda for build.
1 parent 4815ddb commit 107d822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
target-device: ${{ inputs.target-device }}
2727
runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-cpu8') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
2828
build-type: ${{ inputs.build-type }}
29-
use-container: false
29+
use-container: ${{ inputs.host-platform == 'linux-x64' || inputs.host-platform == 'linux-aarch64'}}
3030
host-platform: ${{ inputs.host-platform }}
3131
dependencies-file: ""
3232
build-mode: ${{ inputs.build-mode }}

0 commit comments

Comments
 (0)