From e8ce300554d9b293a3b4a05353b62a6dd6e6b17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Silveira?= Date: Tue, 17 Oct 2023 18:16:58 +0200 Subject: [PATCH] already has latest mongo --- .github/workflows/base.yml | 7 +------ .github/workflows/publish.yml | 10 ---------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 2c0342e03..1cf5a9d7a 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -30,12 +30,7 @@ jobs: with: dotnet-version: | 6.0.x - 7.0.x - - name: Install Mono - shell: bash - run: | - sudo apt-get update - sudo apt-get install -y mono-complete + 7.0.x - name: Compile shell: bash run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dda0b099c..cd4a50812 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -64,11 +64,6 @@ jobs: dotnet-version: | 6.0.x 7.0.x - - name: Install Mono - shell: bash - run: | - sudo apt-get update - sudo apt-get install -y mono-complete - name: Compile shell: bash run: | @@ -100,11 +95,6 @@ jobs: dotnet-version: | 6.0.x 7.0.x - - name: Install Mono - shell: bash - run: | - sudo apt-get update - sudo apt-get install -y mono-complete - name: Compile shell: bash run: |