mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
refactor: factor out autoversioning.py
and fix build yml BREAKING CHANGE
This commit is contained in:
parent
09b622b923
commit
6c8664c425
4
.github/workflows/build_release_bins.yml
vendored
4
.github/workflows/build_release_bins.yml
vendored
@ -27,6 +27,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Cache pip
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
@ -70,7 +72,7 @@ jobs:
|
||||
needs: [build]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Create Directory
|
||||
|
||||
Loading…
Reference in New Issue
Block a user