We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec34c02 commit 08e33faCopy full SHA for 08e33fa
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
source ~/.bashrc
74
export PATH="/home/runner/.pixi/bin:/home/runner/.local/bin:$PATH"
75
export CPLUS_INCLUDE_PATH="$GITHUB_WORKSPACE/.pixi/envs/default/targets/x86_64-linux/include"
76
- cp -v "$GITHUB_WORKSPACE/assets/system/10_nvidia.json" /usr/share/glvnd/egl_vendor.d/
+ sudo cp -v "$GITHUB_WORKSPACE/assets/system/10_nvidia.json" /usr/share/glvnd/egl_vendor.d/
77
pixi tree
78
pixi run -vv test-ci
79
0 commit comments