diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 948f282..923e13f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,15 +13,13 @@ jobs: - name: Install docker uses: papodaca/install-docker-action@main - - name: Install dependencies - run: apt update && apt install -y curl + - uses: actions/setup-dotnet@v4 + with: + dotnet-version: '8.x' - name: Check out repository code uses: actions/checkout@v3 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - name: Build run: dotnet build