We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ca823 commit 1c9c1bdCopy full SHA for 1c9c1bd
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
if: runner.os == 'Linux'
73
uses: actions/checkout@v4
74
- name: Install pip dependencies
75
- run: pip install ${{ matrix.pip_option }} yamlish junit-xml
+ run: pip install ${{ matrix.pip_option }} yamlish junit-xml libfuse3-dev
76
- name: Install openvpn
77
if: runner.os == 'Windows'
78
shell: pwsh
0 commit comments