mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Update to ringrtc v2.48.6
This commit is contained in:
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user