Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleymurdock committed Jan 22, 2024
1 parent 4586d68 commit 393e65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dotnet-version: '7.0.x'

- name: Install dependencies
run: nuget restore <sln_file_path>
run: nuget restore ${{github.workspace}}/src/MarvelHeroes.sln

- name: Build
run: msbuild ${{github.workspace}}/src/MarvelHeroes/MarvelHeroes.Android.csproj /t:PackageForAndroid /p:Configuration=Debug
2 changes: 1 addition & 1 deletion .github/workflows/CI.iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
dotnet-version: '7.0.x'

- name: Install dependencies
run: nuget restore <sln_file_path>
run: nuget restore ${{github.workspace}}/src/MarvelHeroes.sln

- name: Build
run: msbuild ${{github.workspace}}/src/MarvelHeroes/MarvelHeroes.iOS.csproj /p:Configuration=Debug /p:Platform=iPhoneSimulator /t:Rebuild

0 comments on commit 393e65f

Please sign in to comment.