Skip to content

Commit 36ccee7

Browse files
committed
test: get xapian working under github actions and python 3.13
issue2551338 xapian doesn't build in CI for 3.13 python check out code otherwise build script aborts. [skip travis]
1 parent 4c5378b commit 36ccee7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build-xapian.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,16 @@ jobs:
3535
PYTHON_VERSION: ${{ matrix.python-version }}
3636

3737
steps:
38-
# Setup version of Python to use
38+
# Checkout the latest code from the repo
39+
- name: Checkout source
40+
# example directives:
41+
# disable step
42+
# if: {{ false }}
43+
# continue running if step fails
44+
# continue-on-error: true
45+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
46+
47+
# Setup version of Python to use
3948
- name: Set Up Python 3.13
4049
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
4150
with:

0 commit comments

Comments
 (0)