Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2021-02-08 21:19:33 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-02-08 21:19:33 +0300
commit9a424ecd489b2fc015a56cfae875412ed25018cc (patch)
treecaf29fae3ef59f6e94509d6106963ee1f5d59da3 /.github
parent2b647f7a70d8def243afc569d1285fabafe94cbe (diff)
Use product name rather than command name.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 5dc275ccf..53a98e4ba 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -55,7 +55,7 @@ jobs:
# can be cleaned up using a composite run steps action once it supports
# what we need (https://github.com/actions/runner/issues/646).
steps:
- - name: Install mono
+ - name: Install Mono
run: sudo apt-get install mono-complete
- name: Checkout Source