We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693a627 commit 0c29b76Copy full SHA for 0c29b76
.github/workflows/release-exe.yml
@@ -12,14 +12,12 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- uses: prefix-dev/setup-pixi@v0.8.1
15
- with:
16
- activate-environment: true
17
- name: Build
18
run: pixi run build
19
- name: Package binary files
20
shell: bash
21
run: |
22
- PIXI_BIN="$CONDA_PREFIX/Library/bin"
+ PIXI_BIN=".pixi/envs/default/Library/bin"
23
cp "$PIXI_BIN"/geos_c.dll build/
24
cp "$PIXI_BIN"/geos.dll build/
25
cp "$PIXI_BIN"/boost_filesystem*.dll build/
0 commit comments