From 52622d0c3aba947b199d71d9103ff78c8e0c875c Mon Sep 17 00:00:00 2001 From: Hajime Tazaki Date: Thu, 26 Dec 2024 14:53:09 +0900 Subject: [PATCH] fixup pip --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d62bc484dbde02..38e3cc0385a193 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: if: runner.os == 'Linux' uses: actions/checkout@v4 - name: Install pip dependencies - run: pip install yamlish junit-xml --break-system-packages + run: pip install --break-system-packages yamlish junit-xml - name: Install openvpn if: runner.os == 'Windows' shell: pwsh @@ -149,6 +149,11 @@ jobs: sudo sh -c "echo 0 > /proc/sys/vm/mmap_min_addr" echo "setting env variable (debug)" echo "ZPOLINE_DEBUG=0" >> "$GITHUB_ENV" + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + #if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }} + with: + detached: true - name: Build run: | make -j4 -C tools/lkl ${{ matrix.build_options }}