Fix wrong branch name in CI (#6571)
This commit is contained in:
parent
328bca310d
commit
202a827785
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -753,7 +753,7 @@ jobs:
|
||||||
- name: Compile jsdec in EXTRA_PREFIX
|
- name: Compile jsdec in EXTRA_PREFIX
|
||||||
run: |
|
run: |
|
||||||
if ${{ (contains(github.ref, 'release-') || github.ref == 'refs/heads/stable') }} ; then
|
if ${{ (contains(github.ref, 'release-') || github.ref == 'refs/heads/stable') }} ; then
|
||||||
git clone --depth 1 --branch master https://github.com/rizinorg/jsdec
|
git clone --depth 1 --branch stable https://github.com/rizinorg/jsdec
|
||||||
else
|
else
|
||||||
git clone --depth 1 --branch dev https://github.com/rizinorg/jsdec
|
git clone --depth 1 --branch dev https://github.com/rizinorg/jsdec
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue