From b23e99f11b57060375075d701c589337de2738d6 Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Fri, 24 Jan 2025 14:05:46 +0100 Subject: [PATCH] debugging workflow --- .gitea/workflows/tests.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index a23c6fa..eb865e9 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -6,7 +6,9 @@ jobs: unittests: runs-on: ubuntu-latest steps: - - run: echo "OS=$(uname -s) arch=$(uname -m) user=$(whoami)" + - run: ls -l /opt + - run: ls -l /opt/hostedtoolcache + - run: mkdir /opt/hostedtoolcache - name: Check out repository code uses: actions/checkout@v4 - name: Set up Python