summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTilmann Meyer <allescrafterx@gmail.com>2020-08-07 21:13:12 +0200
committerGitHub <noreply@github.com>2020-08-07 15:13:12 -0400
commit88b603be38aa623705e56e572eb174ae4d94107c (patch)
tree05033ec2adf013a55d3836a3f739e856880b5055 /.github
parent8b0f589486e617c4fd52d870839a94d6e78f7379 (diff)
test: introduce env variable mocking (#1490)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 87daad63d..dfc2872dd 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -125,12 +125,6 @@ jobs:
profile: minimal
override: true
- # Install dotnet at a fixed version
- - name: Setup | DotNet
- uses: actions/setup-dotnet@v1
- with:
- dotnet-version: "2.2.402"
-
# Install Mercurial (pre-installed on Linux and windows)
- name: Setup | Mercurial (macos)
if: matrix.os == 'macOS-latest'