chore: Remove unnecessary Python version and 2to3-3.12 file in macOS alpha build workflow

This commit is contained in:
Mauro Balades
2024-08-19 23:58:35 +02:00
parent 9f10b74af5
commit bc109d33c8

View File

@@ -78,6 +78,7 @@ jobs:
run: |
cd engine
rm -rf /usr/local/bin/2to3
rm -rf '/usr/local/bin/2to3-3.12'
./mach --no-interactive bootstrap --application-choice browser
cd ..