Skip to content

Commit

Permalink
Update github actions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
PunkPun authored and penev92 committed Nov 16, 2024
1 parent e5383d1 commit 83a08f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
needs: [compile-sdl2cs, compile-natives]
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Prepare environment variables
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-sdl2cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Clone Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Since SDL2-CS.csproj targets netstandard2.0 we don't need .NET 6, but let's not risk having outdated support for older versions.
- name: Install .NET 6
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'

Expand Down

0 comments on commit 83a08f3

Please sign in to comment.