Skip to content

Commit

Permalink
fix: libgl1
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed Jan 22, 2025
1 parent 6f7e576 commit 3c3cb6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:

- name: "Install OS packages"
run: |
sudo apt update
sudo apt install zip pandoc libgl1-mesa-glx xvfb texlive-latex-extra latexmk graphviz texlive-xetex libgomp1
sudo apt-get update
sudo apt-get install zip pandoc libgl1 xvfb texlive-latex-extra latexmk graphviz texlive-xetex libgomp1
- name: "Install Python requirements"
run: |
pip uninstall ansys-mapdl-core
Expand Down

0 comments on commit 3c3cb6d

Please sign in to comment.