Skip to content

Commit

Permalink
Don't seem to need CODE_SIGNING_ALLOWED=NO anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehorvat committed Feb 25, 2024
1 parent e2472d8 commit 7a57e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: "Compile with Xcode"
run: |
xcodebuild -project "macosx/Eternal Lands.xcodeproj" CODE_SIGNING_ALLOWED="NO"
xcodebuild -project "macosx/Eternal Lands.xcodeproj"
build-android:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a57e76

Please sign in to comment.