Skip to content

Commit d821177

Browse files
authored
Update GitHub Actions workflow for CMake build (#228)
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
1 parent 694a091 commit d821177

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
name: Build and Test
5+
name: cmake Build and Test
66

77
on:
88
push:
@@ -12,12 +12,14 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15-
build_and_test:
15+
cxx:
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
with:
2020
submodules: recursive
21+
persist-credentials: false
22+
2123
- run: cmake -GNinja -DONNX_BUILD_TESTS=ON -B build -S .
2224
- run: cmake --build build
2325
- run: cmake --build build -t test

0 commit comments

Comments
 (0)