From 8cbf45dcf27753c19fafedfb6dd361d3639e9812 Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:12:49 -0300 Subject: [PATCH] removes repeated env var --- .github/workflows/binaries.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 3a9fc92..fc11a9a 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -73,8 +73,6 @@ jobs: container: image: nvidia/cuda:12.2.2-devel-ubuntu22.04 - env: - CUDA_COMPUTE_CAP: "70" steps: - run: apt update && apt install -y curl git