Skip to content

Commit

Permalink
ci: debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jun 5, 2024
1 parent 9f95c47 commit 4167de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-compileonly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4167de3

Please sign in to comment.