Merge branch 'topic_autodelete-old-posts' of https://github.com/NicolasConstant/BirdsiteLive into topic_autodelete-old-posts

This commit is contained in:
Nicolas Constant 2023-01-06 02:38:04 -05:00
commit 80ac1363e5
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
dotnet-version: 6.0.x
- name: Install dependencies
run: dotnet restore
working-directory: ${{env.working-directory}}