Attempt to fix daily BBIM builds

This commit is contained in:
Dion Moult
2024-06-11 14:11:40 +10:00
parent b009913cf4
commit 5e6fe5e3cf
2 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
PYTHON:=python3.10
PIP:=pip3.10
PYTHON:=python3.11
PIP:=pip3.11
PATCH:=patch
SED:=sed -i
ifeq ($(OS),Windows_NT)