mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
experiment: testing
This commit is contained in:
8
.github/workflows/build-in-docker.yml
vendored
8
.github/workflows/build-in-docker.yml
vendored
@@ -52,17 +52,15 @@ jobs:
|
|||||||
- name: Install Python & pipx
|
- name: Install Python & pipx
|
||||||
run: |
|
run: |
|
||||||
sudo apt update && sudo apt install -y python3 python3-pip pipx python-is-python3
|
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
|
- name: Install Conan
|
||||||
run: |
|
run: |
|
||||||
pipx install "conan<2.0"
|
pipx install "conan<2.0"
|
||||||
conan --version # Now in PATH
|
$HOME/.local/bin/conan --version # PATH doesn't seem to be set correctly
|
||||||
|
|
||||||
- name: Setup Gitea
|
- name: Verify Gitea
|
||||||
run: |
|
run: |
|
||||||
sudo python .ci/gitea.py verify --debug
|
PATH="$HOME/.local/bin:$PATH" python .ci/gitea.py verify --debug
|
||||||
|
|
||||||
# - name: Build using Docker
|
# - name: Build using Docker
|
||||||
# run: /bin/bash release-builder.sh
|
# run: /bin/bash release-builder.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user