summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-09-11 22:59:06 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-09-11 22:59:06 +0200
commiteb97adc740cfbaafd0c55bee6004bb3a94c85a4e (patch)
treec1c15e8487429481c9bfd53411f6996fd3d9a618 /.github/workflows
parentc34f696794d42b194e44ec0d32f20f457b36e320 (diff)
ci: fix build, update changelog
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 427f7e6..f6de2d1 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -62,7 +62,7 @@ jobs:
name: "Linux armv7"
target: armv7-unknown-linux-gnueabihf
- name: Run tests on ${{ matrix.name }})
+ name: Run tests on ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code