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:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 53a98e4ba..4e39bab6a 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -16,10 +16,6 @@ jobs:
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- - name: Install Mono (Linux)
- if: matrix.os == 'ubuntu-latest'
- run: sudo apt-get install mono-complete
-
- name: Add msbuild to PATH (Windows)
if: matrix.os == 'windows-latest'
uses: microsoft/setup-msbuild@v1.0.2
@@ -55,9 +51,6 @@ 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
- run: sudo apt-get install mono-complete
-
- name: Checkout Source
uses: actions/checkout@v2.3.4