From 880705db2e683b57baf5bd43fde10a28927f9e4d Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Wed, 5 Jun 2024 23:43:50 +0200 Subject: [PATCH] . --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 }}