Skip to content

Commit

Permalink
Update check-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Dec 15, 2024
1 parent eb2015c commit eef1745
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,16 @@ jobs:
- name: Brew link dependencies
run: brew link boost176 qt@5 berkeley-db@4

- name: check cellar for openssl
run: cd /opt/homebrew/Cellar/openssl@3/ && ls

- name: where is openssl
run: openssl --version

- name: which clang/xcode
run: clang --version

- name: export boost flags and run Auto generate
- name: Auto generate
run: ./autogen.sh

- name: configure
Expand Down

0 comments on commit eef1745

Please sign in to comment.