Skip to content

Commit 0c29b76

Browse files
committed
Fix some CI stuff for the DLL
it crashed :\
1 parent 693a627 commit 0c29b76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-exe.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: prefix-dev/setup-pixi@v0.8.1
15-
with:
16-
activate-environment: true
1715
- name: Build
1816
run: pixi run build
1917
- name: Package binary files
2018
shell: bash
2119
run: |
22-
PIXI_BIN="$CONDA_PREFIX/Library/bin"
20+
PIXI_BIN=".pixi/envs/default/Library/bin"
2321
cp "$PIXI_BIN"/geos_c.dll build/
2422
cp "$PIXI_BIN"/geos.dll build/
2523
cp "$PIXI_BIN"/boost_filesystem*.dll build/

0 commit comments

Comments
 (0)