We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5b18e commit f60e148Copy full SHA for f60e148
.github/workflows/build.yml
@@ -859,6 +859,12 @@ jobs:
859
name: ubuntu-22-cuda (${{ matrix.cuda.version }} cap ${{ matrix.cuda.cap }}, e.g. ${{ matrix.cuda.example }})
860
861
steps:
862
+ - name: Clone
863
+ id: checkout
864
+ uses: actions/checkout@v4
865
+ with:
866
+ fetch-depth: 0
867
+
868
- name: Dependencies
869
id: depends
870
env:
@@ -867,13 +873,6 @@ jobs:
873
apt-get update
874
apt install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1 git
875
- - name: Clone
871
- id: checkout
872
- uses: actions/checkout@v4
- with:
- fetch-depth: 0
- set-safe-directory: .
876
-
877
- name: Build with CMake
878
run: |
879
cmake -S . -B build -G Ninja \
0 commit comments