We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e099070 commit 8b76d0dCopy full SHA for 8b76d0d
.github/workflows/ci.yaml
@@ -9,6 +9,7 @@ env:
9
THREADS: 4
10
CONFIG: RelWithDebInfo
11
BOOST_ROOT: ${{ github.workspace }}/_boost
12
+ ALPAKA_BRANCH: 0.9.0
13
14
jobs:
15
clang-format:
@@ -225,7 +226,7 @@ jobs:
225
226
- name: install alpaka
227
run: |
228
if [ ${{ matrix.install_oneapi }} ]; then source /opt/intel/oneapi/setvars.sh; fi
- git clone https://github.com/alpaka-group/alpaka.git
229
+ git clone --branch $ALPAKA_BRANCH --depth 1 https://github.com/alpaka-group/alpaka.git
230
mkdir alpaka/build
231
cd alpaka/build
232
cmake .. -DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake
0 commit comments