summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-19 19:25:09 -0400
committerAnthony Green <green@moxielogic.com>2022-09-19 19:25:09 -0400
commita6fc81653d6ce649a6bc29675baa112c68a21df0 (patch)
tree08d5b209faaaaeaca9c6ff1ba9ca2f0a40cd27ab /.github
parent6b7fb6ce9eb4751ed3179de256566971c9d46cb7 (diff)
downloadlibffi-a6fc81653d6ce649a6bc29675baa112c68a21df0.tar.gz
Update job names
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 93ae89d..6c5b333 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,7 @@ on:
jobs:
build-sim:
- name: Build & test
+ name: ${{ matrix.HOST }} ${{ matrix.CONFIGURE_OPTIONS }} ${{ matrix.MEVAL }} ${{ matrix.LIBFFI_TEST_OPTIMIZATION }}
runs-on: ubuntu-latest
strategy: