Skip to content

Commit

Permalink
Fix MSVC CI by using Kokkos develop commit
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jun 13, 2024
1 parent a403dad commit 3990de0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- uses: actions/checkout@v3
with:
repository: kokkos/kokkos
ref: 4.2.00
# FIXME: remove revision once Kokkos 4.4 has been released
ref: d54619970c051fcb82ed0a9eab29975998baf832
path: ${GITHUB_WORKSPACE}/../kokkos
- name: Install Kokkos
shell: bash
Expand Down

0 comments on commit 3990de0

Please sign in to comment.