Skip to content

Commit

Permalink
disable static linking or macos
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Mar 4, 2024
1 parent 1ffd7e7 commit 45a032f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
include:
- target: x86_64-pc-windows-gnu
archive: zip
static: true
- target: x86_64-unknown-linux-musl
archive: tar.gz
static: true
- target: x86_64-apple-darwin
archive: tar.gz
static: false
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand All @@ -27,3 +30,4 @@ jobs:
ARCHIVE_TYPES: ${{ matrix.archive }}
SRC_DIR: dashtool
TOOLCHAIN_VERSION: 1.73
STATIC_LINKING: ${{ matrix.static }}

0 comments on commit 45a032f

Please sign in to comment.