From 9311941066038141ed523232b3f33299153a6754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Wed, 8 Jul 2020 17:45:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20multi=20line=20command=20f?= =?UTF-8?q?or=20CUDA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index aa06371..38831c5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -28,7 +28,7 @@ jobs: name: Build CUDA base image run: | docker build \ - --build-arg BASE=python:${{ matrix.distribution }} + --build-arg BASE=python:${{ matrix.distribution }} \ -t cuda:${{ matrix.distribution }} \ -f docker/cuda-10-0.dockerfile . echo "::set-env name=base::cuda:${{ matrix.distribution }}"