mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 12:27:48 +00:00
4
.github/workflows/dist.yml
vendored
4
.github/workflows/dist.yml
vendored
@@ -18,13 +18,13 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.6"
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: "10.x"
|
node-version: "10.x"
|
||||||
|
|
||||||
- name: gettext for django
|
- name: gettext for django
|
||||||
run: sudo apt-get install gettext
|
run: sudo apt-get install gettext python3-wheel
|
||||||
|
|
||||||
- name: Build dist branch
|
- name: Build dist branch
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user