From f60e148bffcfd3b9bdc28966af7433b637742fb2 Mon Sep 17 00:00:00 2001 From: ochafik Date: Tue, 21 Jan 2025 03:28:56 +0000 Subject: [PATCH] shuffle actions back to original order --- .github/workflows/build.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02381a284..0125fd5b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -859,6 +859,12 @@ jobs: name: ubuntu-22-cuda (${{ matrix.cuda.version }} cap ${{ matrix.cuda.cap }}, e.g. ${{ matrix.cuda.example }}) steps: + - name: Clone + id: checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Dependencies id: depends env: @@ -867,13 +873,6 @@ jobs: apt-get update apt install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1 git - - name: Clone - id: checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - set-safe-directory: . - - name: Build with CMake run: | cmake -S . -B build -G Ninja \