plexus4: Update to latest commit (this should fix the CI)

This commit is contained in:
Valentin Lorentz 2021-08-10 21:44:29 +02:00 committed by Val Lorentz
parent f61e3ee608
commit 1a66d706e7
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ jobs:
with: with:
python-version: 3.7 python-version: 3.7
- name: clone - name: clone
run: 'curl https://gitlab.com/rizon/plexus4/-/archive/20200510_0-610/plexus4-20200510_0-610.tar.gz run: 'curl https://gitlab.com/rizon/plexus4/-/archive/403a967e3677a2a8420b504f451e7557259e0790/plexus4-403a967e3677a2a8420b504f451e7557259e0790.tar.gz
| tar -zx | tar -zx
mv plexus4* plexus4' mv plexus4* plexus4'

View File

@ -47,7 +47,7 @@ software:
stable: stable:
- name: clone - name: clone
run: |- run: |-
curl https://gitlab.com/rizon/plexus4/-/archive/20200510_0-610/plexus4-20200510_0-610.tar.gz | tar -zx curl https://gitlab.com/rizon/plexus4/-/archive/403a967e3677a2a8420b504f451e7557259e0790/plexus4-403a967e3677a2a8420b504f451e7557259e0790.tar.gz | tar -zx
mv plexus4* plexus4 mv plexus4* plexus4
- name: build - name: build
run: |- run: |-