Skip to content

Commit a920401

Browse files
committed
Fix PRISM-games GitHub release action (needs patchelf).
1 parent 168bd9e commit a920401

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
shell: bash
7171
working-directory: ./prism
7272
run: |
73+
brew install patchelf
7374
make release
7475
- name: Upload artifact
7576
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)