Skip to content

Commit

Permalink
fixing X11 issue for linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Oct 25, 2023
1 parent 8fafdcd commit 530a6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
rm -rf jasspa/company
rm -rf jasspa/pixmaps
rm -rf jasspa/contrib
./bin/bfs -a src/.macos32gcc-release-mecw/mecw -o me-macos.bin ./jasspa
./bfs/bfs -a src/.macos32gcc-release-mecw/mecw -o me-macos.bin ./jasspa
cp me-macos.bin binaries-MacOS/
cp jasspa.tar.gz binaries-MacOS/
- name: Upload Artifact GitHub Action
Expand Down

0 comments on commit 530a6f4

Please sign in to comment.