提交 843012a9 编写于 作者: S ShawnXuan

test

上级 358c0b86
......@@ -152,9 +152,9 @@ jobs:
digest-type: build
mark-as-completed: ${{ contains(matrix.runs-on, 'self-hosted') }}
- uses: Oneflow-Inc/get-oneflow@2a9efceab8d45b725a687e73f870f9b75a15e472
name: Build OneFlow ${{ github.event.inputs.compute_platform }}
name: Build OneFlow ${{ matrix.entry }}
id: build-cuda
if: ${{ matrix.entry =='${{ github.event.inputs.compute_platform }}' && !matrix.cache-hit }}
if: ${{ matrix.entry == ${{ github.event.inputs.compute_platform }} && !matrix.cache-hit }}
with:
cmake-init-cache: ${{ env.ONEFLOW_SRC }}/cmake/caches/ci/cuda.cmake
build-script: ${{ env.ONEFLOW_SRC }}/ci/manylinux/build-gcc7.sh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册