aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2024-02-27 06:59:24 -0600
committerBrent Cook <busterb@gmail.com>2024-03-03 15:32:50 -0600
commit690ac07cedd26dd077e7b8691f7d48dcea2f1992 (patch)
tree90f68dc3e136d55d4ecbe1163af77101122e716d
parent9584fb3e0ad2fa51476f466549ff8bee5ec73bf6 (diff)
downloadportable-690ac07cedd26dd077e7b8691f7d48dcea2f1992.tar.gz
portable-690ac07cedd26dd077e7b8691f7d48dcea2f1992.tar.bz2
portable-690ac07cedd26dd077e7b8691f7d48dcea2f1992.zip
adjust formatting of results
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index be8ce57..facc496 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -13,7 +13,7 @@ concurrency:
13 13
14jobs: 14jobs:
15 test: 15 test:
16 name: "${{ matrix.os }}/${{ matrix.arch }}/shared ${{ matrix.shared }} (${{ matrix.generator }})" 16 name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.generator }}${{ matrix.shared == 'ON' && ', shared' || '' }})"
17 runs-on: "${{ matrix.os }}" 17 runs-on: "${{ matrix.os }}"
18 if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} 18 if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }}
19 permissions: 19 permissions: