Skip to content

Commit

Permalink
[ci] Try to get PRs working (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Oct 30, 2023
1 parent 3ebead8 commit e10558d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
echo "Trying branch $GH_BRANCH from $GH_REPO_URL"
git clone "$GH_REPO_URL" || { echo "Trying default branch from snowball/snowball-data"; git clone --depth=1 https://github.com/snowballstem/snowball-data.git; }
cd snowball-data
git branch --track "$GH_BRANCH" origin/"$GH_BRANCH"
git branch -a
git merge "$GH_BRANCH"
- name: Install CCache
Expand Down

0 comments on commit e10558d

Please sign in to comment.