We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5378b commit 36ccee7Copy full SHA for 36ccee7
.github/workflows/build-xapian.yml
@@ -35,7 +35,16 @@ jobs:
35
PYTHON_VERSION: ${{ matrix.python-version }}
36
37
steps:
38
- # Setup version of Python to use
+ # 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
48
- name: Set Up Python 3.13
49
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
50
with:
0 commit comments