From 4167de3aa3c1073e18ea27d223a91cc376c95393 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Wed, 5 Jun 2024 13:11:17 -0600 Subject: [PATCH] ci: debug build --- .github/workflows/linux-compileonly.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux-compileonly.yaml b/.github/workflows/linux-compileonly.yaml index cfa3cf28..73d17f0f 100644 --- a/.github/workflows/linux-compileonly.yaml +++ b/.github/workflows/linux-compileonly.yaml @@ -7,6 +7,7 @@ jobs: container: image: nvidia/cuda:11.7.1-devel-ubuntu22.04 env: + GITHUB_WORKSPACE: ${{ github.workspace }} # I think checkout uses this variable, but it's not set in the container? KOKKOS_SRC: ${{ github.workspace }}/_deps/kokkos KOKKOS_BUILD: ${{ github.workspace }}/_deps/kokkos-build KOKKOS_INSTALL: ${{ github.workspace }}/_deps/kokkos-install