Skip to content

Commit

Permalink
Update generate_jar.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs authored May 1, 2023
1 parent a880e8d commit ec27aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_jar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
set -e
pushd ..
source /home/runner/miniconda3/bin/activate root
git clone -b rel-2400 https://github.com/lriggs/arrow.git
git clone -b rel-2300 https://github.com/lriggs/arrow.git
pip install -e arrow/dev/archery[crossbow]
echo GITHUB_WORKSPACE:$GITHUB_WORKSPACE
echo GITHUB_REPOSITORY: $GITHUB_REPOSITORY
Expand Down

0 comments on commit ec27aa2

Please sign in to comment.