Skip to content

Commit

Permalink
Merge pull request #48 from Mause/fix-build
Browse files Browse the repository at this point in the history
Fix nightly build updates
  • Loading branch information
Mause authored Jul 1, 2024
2 parents 6d4d0e7 + 08737eb commit 33f20be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
sha: ${{ steps.commit.outputs.sha }}

name: "Update vendored sources"
if: github.repository == 'duckdb/duckdb-java'

steps:
- uses: actions/setup-python@v5
Expand All @@ -46,7 +47,7 @@ jobs:
git config --global user.name "DuckDB Labs GitHub Bot"
git rm -rf src/duckdb
python vendor.py --duckdb .git/duckdb
git add src/duckdb
git add src/duckdb CMakeLists.txt
rm -rf .git/duckdb
export REV=`git rev-parse --short HEAD`
git commit -m "Update vendored DuckDB sources to $REV"
Expand Down

0 comments on commit 33f20be

Please sign in to comment.