Skip to content

Commit

Permalink
remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
STorm175 authored Nov 24, 2024
1 parent 6d1b8e5 commit 76a732c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/WebAPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: current directory
run: pwd
- name: Gen cert for dev
run: dotnet dev-certs https
- name: Restore dependencies
Expand Down

0 comments on commit 76a732c

Please sign in to comment.