Skip to content

Commit 6dcd229

Browse files
pegvinfelipemanga
authored andcommitted
Update c-cpp-macos-x86_64.yml
1 parent 276d1bb commit 6dcd229

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

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

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

0 commit comments

Comments
 (0)