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