From 860385e08f096aa2f5cc8b59546930d56ae05d53 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Mohammadi Date: Sat, 4 Jan 2025 15:51:15 +0330 Subject: [PATCH] Minor fixes to gitea actions --- .gitea/workflows/gitea-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index ee3b9cf..389cfcb 100755 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 # all history for all branches and tags - name: Install dependencies and .NET sdk - run: sudo apt-get update && sudo apt-get install -y tar dotnet-sdk-9.0 + run: sudo add-apt-repository ppa:dotnet/backports && sudo apt-get update && sudo apt-get install -y tar dotnet-sdk-9.0 - name: Install telegram bot library run: dotnet nuget add source https://pkgs.dev.azure.com/tgbots/Telegram.Bot/_packaging/release/nuget/v3/index.json -n Telegram.Bot - name: dotnet publish