Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Mar 22, 2021
1 parent a5d9d64 commit 5d6c987
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
- name: Restore
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![NuGet](https://img.shields.io/nuget/v/Prometheus.Client.HttpRequestDurations.svg)](https://www.nuget.org/packages/Prometheus.Client.HttpRequestDurations)
[![NuGet](https://img.shields.io/nuget/dt/Prometheus.Client.HttpRequestDurations.svg)](https://www.nuget.org/packages/Prometheus.Client.HttpRequestDurations)
[![CI](https://github.com/PrometheusClientNet/Prometheus.Client.HttpRequestDurations/workflows/CI/badge.svg)](https://github.com/PrometheusClientNet/Prometheus.Client.HttpRequestDurations/actions?query=workflow%3ACI)
[![CI Master](https://github.com/PrometheusClientNet/Prometheus.Client.HttpRequestDurations/actions/workflows/master.yml/badge.svg)](https://github.com/PrometheusClientNet/Prometheus.Client.HttpRequestDurations/actions/workflows/master.yml)
[![License MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)

## Installation
Expand Down

0 comments on commit 5d6c987

Please sign in to comment.