Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrodzilla authored Jun 30, 2024
1 parent 76e891d commit 64e60d2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@ jobs:
name: ntangler-Windows-x86_64.zip
command: both

- release_for: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
bin: ntangler
name: ntangler-Darwin-x86_64.tar.gz
command: both
# - release_for: macOS-x86_64
# os: macOS-latest
# target: x86_64-apple-darwin
# bin: ntangler
# name: ntangler-Darwin-x86_64.tar.gz
# command: both
runs-on: ${{ matrix.platform.os }}
steps:
- name: Install Build Dependencies
run: sudo apt-get update && sudo apt-get install pkg-config libssl-dev clang
- name: Check out repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 64e60d2

Please sign in to comment.