Skip to content

Commit

Permalink
CI: fix run syntax for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Oct 12, 2024
1 parent 72cda62 commit aaccc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ jobs:
repository: love2d/love-apple-dependencies
ref: main
- name: Move Dependencies
run:
run: |
mv apple-dependencies/macOS/Frameworks platform/xcode/macosx
mv apple-dependencies/shared platform/xcode
- name: Build
Expand Down

0 comments on commit aaccc6d

Please sign in to comment.