Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogmcsteezy committed May 28, 2024
1 parent 2a8e7fb commit e075d98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
include:
- os: macos-11
openssl-path: /usr/local/opt/openssl
target-dir: target/Darwin-x86_64/bin
- os: macos-14
openssl-path: /opt/homebrew/opt/openssl
target-dir: target/Darwin-arm64/bin
runs-on: ${{ matrix.os }}
steps:
- name: Get checkout directory
Expand Down Expand Up @@ -96,7 +98,8 @@ jobs:
- name: Sanity Test tools
working-directory: ${{ steps.working-dir.outputs.value }}
run: |
cd target/Darwin-x86_64/bin
ls target
cd ${{ matrix.target-dir }}
./aql -e "info" 2>&1 | grep "Failed to connect"
- name: Set Upload Arch
uses: haya14busa/action-cond@v1
Expand Down

0 comments on commit e075d98

Please sign in to comment.