From 821a7193e520c41b6ebe77aa12524f9a04bd88c7 Mon Sep 17 00:00:00 2001 From: noyciy7037 Date: Sat, 10 Jun 2023 14:46:39 +0900 Subject: [PATCH] update ci --- .gitea/workflows/demo.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index f53c3fd..805c130 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -19,13 +19,13 @@ jobs: uses: https://github.com/actions/setup-dotnet@v3 with: dotnet-version: ${{ matrix.dotnet-version }} - - uses: actions/cache@v3 - with: - path: ~/.nuget/packages - # Look to see if there is a cache hit for the corresponding requirements file - key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} - restore-keys: | - ${{ runner.os }}-nuget + #- uses: actions/cache@v3 + # with: + # path: ~/.nuget/packages + # # Look to see if there is a cache hit for the corresponding requirements file + # key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} + # restore-keys: | + # ${{ runner.os }}-nuget - name: Install dependencies run: dotnet add package Fleck --version 1.2.0 - name: Publish