Skip to content

Commit fd24ce7

Browse files
pegvinfelipemanga
authored andcommitted
list openssl package contents
1 parent 0d28a1e commit fd24ce7

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.github/workflows/c-cpp-macos-x86_64.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)