shuffle actions back to original order

This commit is contained in:
ochafik 2025-01-21 03:28:56 +00:00
parent 7a5b18e195
commit f60e148bff

View file

@ -859,6 +859,12 @@ jobs:
name: ubuntu-22-cuda (${{ matrix.cuda.version }} cap ${{ matrix.cuda.cap }}, e.g. ${{ matrix.cuda.example }}) name: ubuntu-22-cuda (${{ matrix.cuda.version }} cap ${{ matrix.cuda.cap }}, e.g. ${{ matrix.cuda.example }})
steps: steps:
- name: Clone
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Dependencies - name: Dependencies
id: depends id: depends
env: env:
@ -867,13 +873,6 @@ jobs:
apt-get update apt-get update
apt install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1 git 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 - name: Build with CMake
run: | run: |
cmake -S . -B build -G Ninja \ cmake -S . -B build -G Ninja \