diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 597ca41..7e7e096 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,6 @@ jobs: uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 with: activate-environment: true - - run: pixi shell-hook --json --manifest-path pixi.toml --color always - name: Use static CRT on Windows shell: bash @@ -86,11 +85,6 @@ jobs: with: key: build-${{ matrix.target }} - - name: Show version information - run: | - cargo -V - rustc -V - - name: Build run: | cargo build --color always --locked --release${{ endsWith(matrix.target, 'musl') && ' --no-default-features --features rustls-tls' || '' }} @@ -116,6 +110,7 @@ jobs: pattern: pixi-pack-* - run: | ls -la + file pixi-pack-* # - name: Push v${{ needs.metadata.outputs.version }} tag # run: | # git tag v${{ needs.metadata.outputs.version }}