Trying to resolve compilation failing in workflow

This commit is contained in:
augustin64 2022-10-28 12:32:25 +02:00
parent d6d69a1acb
commit 897351ccba

View File

@ -2,7 +2,6 @@ BUILDDIR := ./build
SRCDIR := ./src
CACHE_DIR := ./cache
NVCC := nvcc
CC := gcc
NVCC_INSTALLED := $(shell command -v nvcc 2> /dev/null)