Skip to content

Commit 2876e59

Browse files
committed
fiddling
Signed-off-by: Simon A. F. Lund <[email protected]>
1 parent 75c9f22 commit 2876e59

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build_deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
run: |
5050
sudo ./auxi/pkgs/${{ matrix.os.name }}.sh
5151
52+
- name: Yace, release-build
53+
run: |
54+
make release-build
55+
5256
- name: Yace, install
5357
run: |
5458
make install

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT=yace
22
AUX_PATH=auxi
3-
PIPX_LOCAL_VENVS=$(shell echo ~/.local/share/pipx/venvs/)
3+
PIPX_LOCAL_VENVS=$(shell pipx environment --value PIPX_LOCAL_VENVS)
44

55
ifeq ($(PLATFORM_ID),Windows)
66
else

0 commit comments

Comments
 (0)