We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f841410 commit 165ea58Copy full SHA for 165ea58
.github/workflows/minimal-build.yaml
@@ -27,7 +27,7 @@ concurrency:
27
28
jobs:
29
minimal:
30
- name: Linux / configure build of all-clusters-app
+ name: Linux / configure build of network-manager-app
31
32
if: github.actor != 'restyled-io[bot]'
33
runs-on: ubuntu-latest
@@ -44,6 +44,6 @@ jobs:
44
with:
45
platform: linux
46
47
- - name: Configure and build All Clusters App
+ - name: Configure and build Network Manager App
48
run: |
49
- CC=gcc CXX=g++ scripts/configure --project=examples/all-clusters-app/linux && ./ninja-build
+ CC=gcc CXX=g++ scripts/configure --project=examples/network-manager-app/linux && ./ninja-build
0 commit comments