Skip to content

Commit

Permalink
.NET naming (#187)
Browse files Browse the repository at this point in the history
* Update master.yml
* Update pull requests.yml
  • Loading branch information
PhyxionNL authored Oct 19, 2022
1 parent 9c4d168 commit 7f7589d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Install .net dependencies
- name: Install .NET dependencies
run: dotnet restore

- name: Install libpcap
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Install .net dependencies
- name: Install .NET dependencies
run: dotnet restore

- name: Install libpcap
Expand Down

0 comments on commit 7f7589d

Please sign in to comment.