summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 005c436..0e1e598 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -61,7 +61,7 @@ jobs:
runs-on: ${{ matrix.os }}
- name: build (${{ matrix.attr }})
+ name: build (lib/${{ matrix.attr }})
steps:
- uses: actions/checkout@v4
@@ -95,7 +95,7 @@ jobs:
runs-on: ${{ matrix.os }}
- name: build (${{ matrix.attr }})
+ name: build (module/${{ matrix.attr }})
steps:
- uses: actions/checkout@v4