Skip to content

Commit

Permalink
chore(deps): update rustls dependency (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored Jul 10, 2024
1 parent cae242b commit 0c352c4
Show file tree
Hide file tree
Showing 10 changed files with 474 additions and 86 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ jobs:
run: |
sudo apt-get -y install libasound2-dev
- name: Install NASM
if: runner.os == 'Windows'
shell: pwsh
run: |
choco install nasm
$Env:PATH += ";$Env:ProgramFiles\NASM"
echo "PATH=$Env:PATH" >> $Env:GITHUB_ENV
- name: Rust cache
uses: Swatinem/[email protected]

Expand Down
Loading

0 comments on commit 0c352c4

Please sign in to comment.