diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 571f856..9885da6 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -140,7 +140,7 @@ jobs: git clone https://github.com/gentoo/portage.git cd portage python -m venv .venv && ./.venv/bin/pip install -e . - source ./venv/bin/activate + source ./.venv/bin/activate which emerge - name: build and fuzz