diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 49dd019fb..4be9af1a3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,6 +38,8 @@ jobs: xcode-version: 13 # set the latest available Xcode 13 - name: Prepare settings.json run: mv -f ${{ github.workspace }}/Covid19Radar/Covid19Radar/settings_template.json ${{ github.workspace }}/Covid19Radar/Covid19Radar/settings.json + - name: Setup NuGet.Config + run: echo '' > ~/.config/NuGet/NuGet.Config - name: Deploy nuget packages - ${{ matrix.Configuration }} run: cp -Force ${{ github.workspace }}/TempNugetFeed/${{ matrix.Configuration }}/*.nupkg ${{ github.workspace }}/TempNugetFeed/ | true - name: Build iOS Project - ${{ matrix.Configuration }}