mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-17 21:24:40 +10:00
build: use specific python version
This commit is contained in:
5
.github/workflows/stable-macos.yml
vendored
5
.github/workflows/stable-macos.yml
vendored
@@ -52,6 +52,11 @@ jobs:
|
||||
with:
|
||||
node-version: '18.17'
|
||||
|
||||
- name: Setup Python 3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Clone VSCode repo
|
||||
run: . get_repo.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user