Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Fix the issue that restoring NuGet packages failed on mac-latest image.
Browse files Browse the repository at this point in the history
  • Loading branch information
keiji committed Jun 18, 2022
1 parent e5f7250 commit c0a013c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<configuration><packageSources><add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /></packageSources></configuration>' > ~/.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 }}
Expand Down

0 comments on commit c0a013c

Please sign in to comment.