Skip to content

Commit

Permalink
progress 6
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 1, 2024
1 parent e355cd4 commit 8cac541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
pkgin -y install gmake python311-* gcc12-*
run: |
set -e
PIP_BREAK_SYSTEM_PACKAGES=1 gmake install-pydeps install print-sysinfo test test-memleaks
PIP_BREAK_SYSTEM_PACKAGES=1 PYTHON=python3.11 gmake install-pydeps install print-sysinfo test test-memleaks
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ ifeq ($(UNAME_S),Linux)
else ifeq ($(UNAME_S),FreeBSD)
FREEBSD = true
else ifeq ($(UNAME_S),NetBSD)
NetBSD = true
NETBSD = true
else ifeq ($(UNAME_S),OpenBSD)
OpenBSD = true
OPENBSD = true
endif

ifneq (,$(shell command -v sudo 2> /dev/null))
Expand Down

0 comments on commit 8cac541

Please sign in to comment.