diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-08-24 23:40:34 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-08-24 23:40:34 +0000 |
commit | d742de6f4bcafc9a344dc3825b19cc9263c94cea (patch) | |
tree | 35990e961cad914f30ae2050d3cd39162ab2a9bd /.github/workflows/ci.yml | |
parent | Try to fix file names on Windows (diff) | |
download | miniserve-d742de6f4bcafc9a344dc3825b19cc9263c94cea.tar.gz miniserve-d742de6f4bcafc9a344dc3825b19cc9263c94cea.zip |
Remove duplicated identifiers
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 219e187..7dab67a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: ci: - name: CI with ${{ matrix.rust }} on ${{ matrix.os }} + name: ${{ matrix.rust }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: |