From 202a82778587a241bafa77868c17565e5a22eeaa Mon Sep 17 00:00:00 2001 From: Rot127 <45763064+Rot127@users.noreply.github.com> Date: Sun, 28 Jun 2026 04:49:46 +0000 Subject: [PATCH] Fix wrong branch name in CI (#6571) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7081a21ebf..8e6e248b95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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