Skip to content

Commit

Permalink
Use alpaka develop in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Sep 26, 2023
1 parent 2d50e99 commit 74cefaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
env:
THREADS: 2
CONFIG: RelWithDebInfo
VCPKG_INSTALL: "vcpkg --version; vcpkg install alpaka fmt tinyobjloader boost-mp11 boost-atomic boost-smart-ptr boost-functional boost-container boost-iostreams[core] catch2 xsimd"
VCPKG_INSTALL: "vcpkg --version; vcpkg install fmt tinyobjloader boost-mp11 boost-atomic boost-smart-ptr boost-functional boost-container boost-iostreams[core] catch2 xsimd; vcpkg install alpaka --head"

jobs:
clang-format:
Expand Down

0 comments on commit 74cefaf

Please sign in to comment.