diff --git a/.github/workflows/package-build.yml b/.github/workflows/package-build.yml index d149fc8a..7b52c143 100644 --- a/.github/workflows/package-build.yml +++ b/.github/workflows/package-build.yml @@ -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 @@ -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" \ No newline at end of file + # run: cargo login "$CARGO_REGISTRY_TOKEN" && cargo publish --token "$CARGO_REGISTRY_TOKEN"