diff options
author | Jan Janssen <medhefgo@web.de> | 2023-08-30 19:58:14 +0200 |
---|---|---|
committer | Jan Janssen <medhefgo@web.de> | 2023-09-06 10:40:51 +0200 |
commit | bc763971efa866d4cf3cc92c45d7486c9eca4e68 (patch) | |
tree | e28d0ea433176373b749bf9bdf36c1a3c5af70fb /.github/workflows/build_test.yml | |
parent | test-network: Add test for PREF64 (diff) | |
download | systemd-bc763971efa866d4cf3cc92c45d7486c9eca4e68.tar.xz systemd-bc763971efa866d4cf3cc92c45d7486c9eca4e68.zip |
ci: Remove custom build step names
Putting build matrix details into a build step name is rather useless as
the jobs themselves already contain the needed information.
Diffstat (limited to '.github/workflows/build_test.yml')
-rw-r--r-- | .github/workflows/build_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 16dcd30c08..f8b0ccaf81 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -34,5 +34,5 @@ jobs: steps: - name: Repository checkout uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - - name: ${{ format('Build check ({0}-{1}-{2}-{3})', env.COMPILER, env.COMPILER_VERSION, env.LINKER, env.CRYPTOLIB) }} + - name: Build check run: sudo -E .github/workflows/build_test.sh |