Skip to content

Commit

Permalink
fix(ci): remove restore
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 22, 2023
1 parent e61ec07 commit c0adc7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
working-directory: ./Wrapper/FreeImage.NET/cs/Library
run: dotnet build Library.csproj --configuration Release

0 comments on commit c0adc7e

Please sign in to comment.