Skip to content

Commit

Permalink
Try to fix mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 6, 2024
1 parent c98796f commit 493f5aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
submodules: recursive
- name: Run CAKE
run: dotnet run --project ./build/Build.csproj
run: dotnet run --project ./build/Build.csproj --universalBinary=true
env:
ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN }}
ACTIONS_RUNTIME_URL: "${{ env.ACTIONS_RUNTIME_URL }}"
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Rename License File
run: mv ./openal-soft/LICENSE-pffft ./openal-soft/LICENSE
- name: Run CAKE
run: dotnet run --project ./build/Build.csproj -- --target=Package --libraryname=OpenAL --licensepath=openal-soft/LICENSE -v:diagnostic
run: dotnet run --project ./build/Build.csproj -- --target=Package --universalBinary=true --libraryname=OpenAL --licensepath=openal-soft/LICENSE -v:diagnostic
env:
ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN }}
ACTIONS_RUNTIME_URL: "${{ env.ACTIONS_RUNTIME_URL }}"
Expand Down
2 changes: 1 addition & 1 deletion buildscripts

0 comments on commit 493f5aa

Please sign in to comment.