Skip to content

Commit 5ee08ed

Browse files
authored
fix: use standard make
1 parent 107db95 commit 5ee08ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
2424
- name: Compile palera1nLoader
2525
run: |
26-
gmake package PLATFORM=iphoneos PACKAGE_NAME=palera1nLoader
26+
make package PLATFORM=iphoneos PACKAGE_NAME=palera1nLoader
2727
2828
- name: Compile palera1nLoaderTV
2929
run: |
30-
gmake package PLATFORM=appletvos PACKAGE_NAME=palera1nLoaderTV
30+
make package PLATFORM=appletvos PACKAGE_NAME=palera1nLoaderTV
3131
3232
- name: Upload artifact
3333
uses: wangyucode/sftp-upload-action@v1.4.8

0 commit comments

Comments
 (0)