Kaynağa Gözat

wip: install python 2.x [skip ci]

Baptiste Augrain 1 yıl önce
ebeveyn
işleme
df298f9630
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      .github/workflows/stable-windows.yml

+ 5 - 0
.github/workflows/stable-windows.yml

@@ -61,6 +61,11 @@ jobs:
       - name: Install Yarn
         run: npm install -g yarn
 
+      - name: Setup Python 2
+        uses: actions/setup-python@v4
+        with:
+          python-version: '2.x'
+
       - name: Setup Python 3
         uses: actions/setup-python@v4
         with: