mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 20:37:42 +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/setup-python@v1
|
||||
with:
|
||||
python-version: "3.x"
|
||||
python-version: "3.6"
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "10.x"
|
||||
|
||||
- name: gettext for django
|
||||
run: sudo apt-get install gettext
|
||||
run: sudo apt-get install gettext python3-wheel
|
||||
|
||||
- name: Build dist branch
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user