[api] Bump noise-c library version (#7288)

This commit is contained in:
Clyde Stubbs
2024-08-15 13:35:03 +10:00
committed by Jesse Hills
parent bc20fd57fe
commit e3bfbebb8f
11 changed files with 33 additions and 14 deletions

View File

@@ -397,7 +397,7 @@ jobs:
file: ${{ fromJson(needs.list-components.outputs.components) }}
steps:
- name: Install dependencies
run: sudo apt-get install libsodium-dev libsdl2-dev
run: sudo apt-get install libsdl2-dev
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
@@ -451,7 +451,7 @@ jobs:
run: echo ${{ matrix.components }}
- name: Install dependencies
run: sudo apt-get install libsodium-dev libsdl2-dev
run: sudo apt-get install libsdl2-dev
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7