Skip to content

Commit

Permalink
fixup pip
Browse files Browse the repository at this point in the history
  • Loading branch information
thehajime committed Dec 26, 2024
1 parent 5bf4498 commit 52622d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 52622d0

Please sign in to comment.