Skip to content

Commit 8b76d0d

Browse files
only clone alpaka HEAD of 0.9 release
1 parent e099070 commit 8b76d0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
THREADS: 4
1010
CONFIG: RelWithDebInfo
1111
BOOST_ROOT: ${{ github.workspace }}/_boost
12+
ALPAKA_BRANCH: 0.9.0
1213

1314
jobs:
1415
clang-format:
@@ -225,7 +226,7 @@ jobs:
225226
- name: install alpaka
226227
run: |
227228
if [ ${{ matrix.install_oneapi }} ]; then source /opt/intel/oneapi/setvars.sh; fi
228-
git clone https://github.com/alpaka-group/alpaka.git
229+
git clone --branch $ALPAKA_BRANCH --depth 1 https://github.com/alpaka-group/alpaka.git
229230
mkdir alpaka/build
230231
cd alpaka/build
231232
cmake .. -DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake

0 commit comments

Comments
 (0)