diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2c7ce03fd..49dd019fb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,8 +38,6 @@ 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: Workaround macos-latest(20220614.2) issue - run: rm ~/.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 }}