Skip to content

Commit

Permalink
> Try to fix find mpv package
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus committed Sep 26, 2024
1 parent ba083d9 commit 70b79c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
target: 'desktop'
arch: 'clang_64'
- name: run qmake
run: qmake -makefile -o src/Makefile src/AniLibria.pro
run: arch -x86_64 qmake -makefile -o src/Makefile src/AniLibria.pro
- name: run make
run: make -j4 -C src
- name: Run MacDeployQt
Expand Down

0 comments on commit 70b79c1

Please sign in to comment.