Update to ringrtc v2.48.6

This commit is contained in:
Miriam Zimmerman
2024-11-05 15:32:35 -05:00
committed by GitHub
parent f8c3bbc6f1
commit 2a3c1069fb
5 changed files with 39 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ jobs:
run: npm install -g npm@10.2.5
- name: Install xvfb
run: sudo apt-get install xvfb
run: sudo apt-get install xvfb libpulse0
- name: Cache Desktop node_modules
id: cache-desktop-modules

View File

@@ -144,7 +144,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: sudo apt-get install xvfb
- run: sudo apt-get install xvfb libpulse0
- run: npm install -g npm@10.2.5
@@ -358,7 +358,7 @@ jobs:
run: npm install -g npm@10.2.5
- name: Install xvfb
run: sudo apt-get install xvfb
run: sudo apt-get install xvfb libpulse0
- name: Cache Desktop node_modules
id: cache-desktop-modules