Skip to content

Commit

Permalink
fix (github-actions.yml): we no longer build in parallel because it i…
Browse files Browse the repository at this point in the history
…s causing problems now that we have maccatalyst in the mix (carthage tries to build two times in parallel causing to crash)
  • Loading branch information
ksidirop-laerdal committed Nov 12, 2024
1 parent e4965a6 commit c417581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
dotnet \
msbuild \
"Laerdal.Builder.targets" \
\
-m:1 \
-p:PackageOutputPath="${{ env.BUILD_REPOSITORY_FOLDERPATH }}/Artifacts" \
-p:Laerdal_Source_Branch="${{ env.LAERDAL_SOURCE_BRANCH }}" \
-p:Laerdal_Repository_Path="${{ env.LAERDAL_REPOSITORY_PATH }}" \
Expand Down
1 change: 1 addition & 0 deletions Laerdal.Scripts/Laerdal.Builder.targets
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<!-- Laerdal.Scripts/Laerdal.Builder.targets \ -->
<!-- '"/p:Laerdal_Version_Full=1.0.x.0"' \ -->
<!-- '"/p:Laerdal_Github_Access_Token=<place your github access token here - its needed by carthage>"' -->
<!-- '"/m:1"' -->
<!-- -->

<Project DefaultTargets="BuildProjects">
Expand Down

0 comments on commit c417581

Please sign in to comment.