mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-23 17:04:12 +03:00
ci(linux): use older checkout [skip ci]
This commit is contained in:
parent
db835abaf1
commit
12a0fa0cf6
22
.github/workflows/insider-linux.yml
vendored
22
.github/workflows/insider-linux.yml
vendored
@ -73,22 +73,22 @@ jobs:
|
|||||||
SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }}
|
SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ env.GITHUB_BRANCH }}
|
ref: ${{ env.GITHUB_BRANCH }}
|
||||||
|
|
||||||
- name: Setup Node.js environment
|
# - name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v4
|
# uses: actions/setup-node@v4
|
||||||
with:
|
# with:
|
||||||
node-version: '18.17'
|
# node-version: '18.17'
|
||||||
|
|
||||||
- name: Install Yarn
|
# - name: Install Yarn
|
||||||
run: npm install -g yarn
|
# run: npm install -g yarn
|
||||||
|
|
||||||
- name: Setup Python 3
|
# - name: Setup Python 3
|
||||||
uses: actions/setup-python@v5
|
# uses: actions/setup-python@v5
|
||||||
with:
|
# with:
|
||||||
python-version: '3.11'
|
# python-version: '3.11'
|
||||||
|
|
||||||
- name: Install libkrb5-dev
|
- name: Install libkrb5-dev
|
||||||
run: sudo apt-get install -y libkrb5-dev
|
run: sudo apt-get install -y libkrb5-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user