Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword committed Jul 18, 2024
1 parent ac21487 commit e9e7077
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
brew install autoconf
brew install automake
brew install libtool
brew install meson
brew install ninja
brew install rename
Expand All @@ -70,7 +69,7 @@ jobs:
- name: Build GPL version
run: |
make build enable-gpl version=${{ env.RELEASE_VERSION }} platform=tvos,xros
make build enable-gpl version=${{ env.RELEASE_VERSION }} platform=xros
cd ./dist/release
rename 's/-all\.zip/-GPL-all\.zip/' *-all.zip
Expand Down

0 comments on commit e9e7077

Please sign in to comment.