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 294317b commit ed28d6eCopy full SHA for ed28d6e
1 file changed
.github/workflows/test_and_release.yml
@@ -49,7 +49,9 @@ jobs:
49
50
- name: Install OSMesa for Linux
51
if: matrix.config.os == 'ubuntu-latest'
52
- run: sudo apt-get install -y libosmesa6-dev libturbojpeg
+ run: |
53
+ sudo apt update
54
+ sudo apt install -y libosmesa6-dev libturbojpeg
55
56
- name: Set Up Node
57
uses: actions/setup-node@v6
0 commit comments