Skip to content

Commit 7bb17e8

Browse files
committed
libnvidia-gl-535
1 parent 08e33fa commit 7bb17e8

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/ci.yml

+19-19
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install nvdiffrast dependencies
2727
uses: awalsh128/cache-apt-pkgs-action@latest
2828
with:
29-
packages: libglvnd0 libgl1 libglx0 libegl1 libgles2 libglvnd-dev libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev
29+
packages: libglvnd0 libgl1 libglx0 libegl1 libgles2 libglvnd-dev libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libnvidia-gl-535
3030
version: 1.0
3131

3232
# - name: Setup asset caching
@@ -56,26 +56,26 @@ jobs:
5656
sudo find / -name "*nvidia.so*"
5757
sudo find / -name "*nvidia*"
5858
59-
- name: Authenticate gcloud
60-
id: auth
61-
uses: google-github-actions/auth@v2
62-
with:
63-
credentials_json: "${{ secrets.ARTIFACT_REGISTRY_KEY }}"
59+
# - name: Authenticate gcloud
60+
# id: auth
61+
# uses: google-github-actions/auth@v2
62+
# with:
63+
# credentials_json: "${{ secrets.ARTIFACT_REGISTRY_KEY }}"
6464

65-
- name: Setup gcloud
66-
uses: google-github-actions/setup-gcloud@v2
65+
# - name: Setup gcloud
66+
# uses: google-github-actions/setup-gcloud@v2
6767

68-
- name: Install system environment and project dependencies
69-
env:
70-
GITHUB_CI: "true"
71-
run: |
72-
./install.sh
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-
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
68+
# - name: Install system environment and project dependencies
69+
# env:
70+
# GITHUB_CI: "true"
71+
# run: |
72+
# ./install.sh
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+
# 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
7979

8080

8181

0 commit comments

Comments
 (0)