From 5b7ee3a3bb37fb79bba043c11ead845f54e19438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Fri, 17 Nov 2023 19:14:36 +0100 Subject: [PATCH] Use correct kokkos branch --- .github/workflows/continuous-integration-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index a9feb49..9c1c796 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -54,6 +54,7 @@ jobs: uses: actions/checkout@v3 with: repository: kokkos/kokkos + ref: develop path: kokkos - name: Build and Test Kokkos using updated image run: |