diff options
author | Joshua Sing <joshua@hypera.dev> | 2023-12-19 17:32:44 +1100 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 15:32:50 -0600 |
commit | 1c72631e2c90e4c75f120ca1f2cbf94245b1c9b6 (patch) | |
tree | b14204aeba5a38f81624903f5280d27d1eced131 /.github | |
parent | 759d2af4f678c0612a2987b6f0d09149e8532f6e (diff) | |
download | portable-1c72631e2c90e4c75f120ca1f2cbf94245b1c9b6.tar.gz portable-1c72631e2c90e4c75f120ca1f2cbf94245b1c9b6.tar.bz2 portable-1c72631e2c90e4c75f120ca1f2cbf94245b1c9b6.zip |
ci: fix windows workflow syntax
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 421ebf3..fa0b9d0 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
@@ -9,7 +9,7 @@ on: | |||
9 | 9 | ||
10 | jobs: | 10 | jobs: |
11 | test: | 11 | test: |
12 | name: "${{ matrix.os }}/${{ matrix.arch }}${{ matrix.generator && ' (' + matrix.generator + ')' || '' }}" | 12 | name: "${{ matrix.os }}/${{ matrix.arch }}${{ matrix.generator && format(' ({0})', matrix.generator) || '' }}" |
13 | runs-on: "${{ matrix.os }}" | 13 | runs-on: "${{ matrix.os }}" |
14 | permissions: | 14 | permissions: |
15 | contents: read | 15 | contents: read |