Skip to content

Commit f60e148

Browse files
author
ochafik
committed
shuffle actions back to original order
1 parent 7a5b18e commit f60e148

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,12 @@ jobs:
859859
name: ubuntu-22-cuda (${{ matrix.cuda.version }} cap ${{ matrix.cuda.cap }}, e.g. ${{ matrix.cuda.example }})
860860

861861
steps:
862+
- name: Clone
863+
id: checkout
864+
uses: actions/checkout@v4
865+
with:
866+
fetch-depth: 0
867+
862868
- name: Dependencies
863869
id: depends
864870
env:
@@ -867,13 +873,6 @@ jobs:
867873
apt-get update
868874
apt install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1 git
869875
870-
- name: Clone
871-
id: checkout
872-
uses: actions/checkout@v4
873-
with:
874-
fetch-depth: 0
875-
set-safe-directory: .
876-
877876
- name: Build with CMake
878877
run: |
879878
cmake -S . -B build -G Ninja \

0 commit comments

Comments
 (0)