Skip to content

Commit

Permalink
Fix Job names
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed May 26, 2022
1 parent e47c2b4 commit df17032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
Linux (ffmpeg4):
Linux_ffmpeg4:
runs-on: ubuntu-20.04

steps:
Expand All @@ -33,7 +33,7 @@ jobs:
name: bliss-analyser-linux-x86-ffmpeg4
path: releases/

Linux (ffmpeg5):
Linux_ffmpeg5:
runs-on: ubuntu-20.04

steps:
Expand Down

0 comments on commit df17032

Please sign in to comment.