mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
experiment: testing
This commit is contained in:
4
.github/workflows/build-in-docker.yml
vendored
4
.github/workflows/build-in-docker.yml
vendored
@@ -56,11 +56,11 @@ jobs:
|
|||||||
- name: Install Conan
|
- name: Install Conan
|
||||||
run: |
|
run: |
|
||||||
pipx install "conan<2.0"
|
pipx install "conan<2.0"
|
||||||
$HOME/.local/bin/conan --version # PATH doesn't seem to be set correctly
|
/root/.local/bin/conan --version # PATH doesn't seem to be set correctly
|
||||||
|
|
||||||
- name: Verify Gitea
|
- name: Verify Gitea
|
||||||
run: |
|
run: |
|
||||||
PATH="$HOME/.local/bin:$PATH" python .ci/gitea.py verify --debug
|
PATH="/root/.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