Skip to content

Commit

Permalink
Update build-macos-arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
randomlogin authored Sep 6, 2024
1 parent e9c9c81 commit e579c71
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-macos-arm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Package - MacOS (reusable)
name: Build and Package - MacOS (arm)

on:
push:
Expand Down Expand Up @@ -51,11 +51,6 @@ jobs:
- name: Install dependencies
run: brew install dylibbundler git automake autoconf libtool getdns

- name: Verify getdns installation
run: |
echo $(brew --prefix getdns)
ls -l $(brew --prefix getdns)/include/getdns
ls -l $(brew --prefix getdns)/lib

- name: Set environment variables
run: |
Expand Down

0 comments on commit e579c71

Please sign in to comment.