Skip to content

Commit

Permalink
Merge pull request #207 from RemedyIT/jwillemsen-patch-2
Browse files Browse the repository at this point in the history
Correct name of a build step
  • Loading branch information
jwillemsen committed Apr 6, 2022
2 parents 82665f9 + bca6165 commit 4072091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Add repository $Repo
- name: Add repository ${{ matrix.Repo }}
if: matrix.Repo != ''
run:
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
Expand Down

0 comments on commit 4072091

Please sign in to comment.