Fix wrong branch name in CI
This commit is contained in:
parent
fad382694f
commit
43c802c4ad
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
|
||||
run: |
|
||||
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
|
||||
git clone --depth 1 --branch dev https://github.com/rizinorg/jsdec
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue