Skip to content

Commit

Permalink
-Z opts only available on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed Nov 28, 2023
1 parent e862030 commit e718c7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- name: Install cargo-deb
run: cargo install cargo-deb
- name: Build package with cargo-deb
env:
RUSTFLAGS: "-Zlocation-detail=none"
run: cargo deb --install --separate-debug-symbols --profile deb -- --locked
- name: Install alien
run: sudo apt-get install -y alien
Expand All @@ -43,4 +41,4 @@ jobs:
# - name: cargo publish
# env:
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
# run: cargo login "$CARGO_REGISTRY_TOKEN" && cargo publish --token "$CARGO_REGISTRY_TOKEN"
# run: cargo login "$CARGO_REGISTRY_TOKEN" && cargo publish --token "$CARGO_REGISTRY_TOKEN"

0 comments on commit e718c7b

Please sign in to comment.