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