Skip to content

Commit d7e03c0

Browse files
committed
Change into empty directory, then open fossil repo
1 parent 09f64fb commit d7e03c0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,9 @@ jobs:
428428
shell: bash
429429
run: |
430430
set -euo pipefail
431-
fossil open android.fossil sqlite-src
431+
mkdir sqlite-src
432+
cd sqlite-src
433+
fossil open ../android.fossil
432434
433435
- name: Checkout Android binding revision
434436
shell: bash

0 commit comments

Comments
 (0)