Skip to content

Commit

Permalink
Fix release build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jun 28, 2023
1 parent cf514f7 commit 7fd141b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
command: build
use-cross: ${{ matrix.os == 'ubuntu' }}
args: --release --bin juliaup --bin julialauncher --target ${{matrix.target}} --features ${{matrix.features}}
args: --release --bin juliaup --bin julialauncher --bin juliainstaller --target ${{matrix.target}} --features ${{matrix.features}}
env:
CARGO_TARGET_x86_64-unknown-linux-musl: ${{matrix.rustflags}}
CARGO_TARGET_i686-unknown-linux-musl: ${{matrix.rustflags}}
Expand Down

0 comments on commit 7fd141b

Please sign in to comment.