From c1422666463c66f36113427f9363c2cc92e44873 Mon Sep 17 00:00:00 2001 From: daijro Date: Wed, 14 Aug 2024 00:17:49 -0500 Subject: [PATCH] Set default Python version in CI/CD - Set appveyor's default python version - Removes packages that are already pre-installed --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0618322..5ca6ac3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,16 +11,16 @@ cache: # Only build on tags skip_non_tags: true -install: - - sudo apt-get update - - sudo apt-get install -y build-essential make msitools wget unzip python3 python3-dev python3-pip git p7zip-full golang-go aria2 +init: + - export PATH=/home/appveyor/venv3.11/bin:$PATH -build_script: +install: + - sudo apt-get install -y msitools aria2 - make setup-minimal - make mozbootstrap - mkdir -p dist -test_script: +build_script: - python3 ./multibuild.py --target windows macos linux --arch x86_64 artifacts: