diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index bf4c5e1..bb49194 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -6,7 +6,7 @@ jobs: runs-on: linepics steps: - name: test - run: echo "${PATH}" + run: whoami && echo "${PATH}" - name: checkout repo uses: actions/checkout@v4 - name: cppcheck