File tree Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,14 @@ jobs:
1717 submodules : ' true'
1818 - name : install-dependencies
1919 run : brew install sdl2 sdl2_image lcms2 freetype v8 openssl@1.1 lua@5.3 jpeg
20- - name : list openssl@1.1
21- run : brew ls --verbose openssl@1.1
22- - name : list lua@5.3
23- run : brew ls --verbose lua@5.3
24- - name : list jpeg
25- run : brew ls --verbose jpeg
26- # - name: configure
27- # run: ./configure
28- # - name: make
29- # run: MACOSX_DEPLOYMENT_TARGET=10.15 PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig" make -j 4
30- # - name: package
31- # run: ./package_macosx
32- # - name: Archive production artifacts
33- # uses: actions/upload-artifact@v2
34- # with:
35- # name: dotto-development-macos-11-x86_64
36- # path: Dotto.app
20+ - name : configure
21+ run : ./configure
22+ - name : make
23+ run : MACOSX_DEPLOYMENT_TARGET=10.15 PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig" make -j 4
24+ - name : package
25+ run : ./package_macosx
26+ - name : Archive production artifacts
27+ uses : actions/upload-artifact@v2
28+ with :
29+ name : dotto-development-macos-11-x86_64
30+ path : Dotto.app
You can’t perform that action at this time.
0 commit comments