Skip to content

Commit

Permalink
already has latest mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
RagingKore committed Oct 17, 2023
1 parent 071a832 commit e8ce300
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit e8ce300

Please sign in to comment.