experiment: testing

This commit is contained in:
Nicholas Dudfield
2025-08-12 11:40:13 +07:00
parent 841d902dbd
commit a170b387fc

View File

@@ -49,10 +49,19 @@ jobs:
run:
working-directory: ${{ needs.checkout.outputs.checkout_path }}
steps:
- name: Set Cleanup Script Path
- name: Install Python & pipx
run: |
sudo apt update && sudo apt install -y python3 python3-pip pipx python-is-python3
pipx ensurepath
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install Conan
run: |
pipx install "conan<2.0"
conan --version # Now in PATH
- name: Setup Gitea
run: |
echo "JOB_CLEANUP_SCRIPT=$(mktemp)" >> $GITHUB_ENV
sudo echo "we have sudo"
sudo python .ci/gitea.py verify --debug
# - name: Build using Docker