Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 5, 2024
1 parent e949326 commit 880705d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' || '' }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 880705d

Please sign in to comment.