Skip to content

Commit 165ea58

Browse files
Change minimal CI job to build network-manager-app
1 parent f841410 commit 165ea58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/minimal-build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727

2828
jobs:
2929
minimal:
30-
name: Linux / configure build of all-clusters-app
30+
name: Linux / configure build of network-manager-app
3131

3232
if: github.actor != 'restyled-io[bot]'
3333
runs-on: ubuntu-latest
@@ -44,6 +44,6 @@ jobs:
4444
with:
4545
platform: linux
4646

47-
- name: Configure and build All Clusters App
47+
- name: Configure and build Network Manager App
4848
run: |
49-
CC=gcc CXX=g++ scripts/configure --project=examples/all-clusters-app/linux && ./ninja-build
49+
CC=gcc CXX=g++ scripts/configure --project=examples/network-manager-app/linux && ./ninja-build

0 commit comments

Comments
 (0)