We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2e3cd commit 9745871Copy full SHA for 9745871
.github/workflows/macbuild.yml
@@ -61,8 +61,11 @@ jobs:
61
cd jsoncpp
62
make PLATFORM=mac
63
cd ..
64
- tinyxml2
+ cd tinyxml2
65
66
67
cd XEngine_InfoReport
68
- make PLATFORM=mac
+ make PLATFORM=mac
69
+ cd ..
70
+ cd XEngine_AVPlayer
71
.github/workflows/ubuntubuild.yml
@@ -63,4 +63,7 @@ jobs:
make
+ make
0 commit comments