"vscode:/vscode.git/clone" did not exist on "680e424bdcfce4fc1351328f7d7a08687c79f250"
Commit 9c79c8fd authored by yan.yan's avatar yan.yan
Browse files

fix syntax error in build

parent c5417c20
...@@ -51,7 +51,7 @@ jobs: ...@@ -51,7 +51,7 @@ jobs:
env: env:
CUDA_VERSION: ${{ matrix.cuda-version }} CUDA_VERSION: ${{ matrix.cuda-version }}
PYTHON_VERSION: ${{ matrix.python-version }} PYTHON_VERSION: ${{ matrix.python-version }}
if: ((github.event_name == 'push' && (startsWith(github.ref, 'refs/tags')) ) || ((steps.changes.outputs.nobuild == 'false') && env.PYTHON_VERSION == '3.10') if: (github.event_name == 'push' && (startsWith(github.ref, 'refs/tags'))) || ((steps.changes.outputs.nobuild == 'false') && env.PYTHON_VERSION == '3.10')
run: | run: |
$Env:CUMM_CUDA_VERSION = "${{ matrix.cuda-version }}" $Env:CUMM_CUDA_VERSION = "${{ matrix.cuda-version }}"
$Env:CUMM_CUDA_ARCH_LIST = "all" $Env:CUMM_CUDA_ARCH_LIST = "all"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment