mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-16 06:25:18 +00:00
actions: skip set up python step
Pip is hopefully installed by default on ubuntu
This commit is contained in:
parent
22046a654a
commit
fbe8f5631c
5
.github/workflows/doxygen.yaml
vendored
5
.github/workflows/doxygen.yaml
vendored
|
@ -17,11 +17,6 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Configure pages
|
- name: Configure pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: Add python
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: '3.9'
|
|
||||||
cache: 'pip' # caching pip dependencies
|
|
||||||
- name: Install the doxyqml filter
|
- name: Install the doxyqml filter
|
||||||
run: pip install doxyqml
|
run: pip install doxyqml
|
||||||
- name: Doxygen
|
- name: Doxygen
|
||||||
|
|
Loading…
Reference in a new issue