Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN authored Oct 1, 2023
1 parent b1cfd5b commit ad4e355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: windows-2019

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.400
dotnet-version: 7.0.x
- name: Build iTextSharp.LGPLv2.Core lib
run: dotnet build ./src/iTextSharp.LGPLv2.Core/iTextSharp.LGPLv2.Core.csproj --configuration Release

Expand Down

0 comments on commit ad4e355

Please sign in to comment.