mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-24 17:23:23 +03:00
ci: checkout repo first on pre-release binaries workflows
This commit is contained in:
parent
c2865f73fb
commit
4760c4d6de
@ -17,6 +17,9 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
@ -29,9 +32,6 @@ jobs:
|
||||
node-version: lts/*
|
||||
cache: npm
|
||||
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set Python bridge version
|
||||
working-directory: bridges/python/src
|
||||
run: |
|
||||
|
6
.github/workflows/pre-release-tcp-server.yml
vendored
6
.github/workflows/pre-release-tcp-server.yml
vendored
@ -17,6 +17,9 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
@ -29,9 +32,6 @@ jobs:
|
||||
node-version: lts/*
|
||||
cache: npm
|
||||
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set TCP server version
|
||||
working-directory: ./tcp_server/src
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user