Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinBonilla committed Apr 25, 2024
1 parent 03dc036 commit 5f3b112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:

# iOS build
- name: Build
run: msbuild ${{ env.IOS_CSPROJ_FILE_PATH }} /t:Rebuild /p:Configuration=Release
#run: msbuild ${{ env.IOS_CSPROJ_FILE_PATH }} /t:Rebuild /p:Configuration=Release
run: mono '/tmp/msbuild/MSBuild.dll' ${{ env.IOS_CSPROJ_FILE_PATH }} /t:Rebuild /p:Configuration=Release

# Android build
- name: Build
Expand Down

0 comments on commit 5f3b112

Please sign in to comment.