Skip to content

Commit

Permalink
Update hyper-rustls to 0.27.2
Browse files Browse the repository at this point in the history
Signed-off-by: yubiuser <[email protected]>
  • Loading branch information
yubiuser committed Aug 28, 2024
1 parent bec54a6 commit 74ede12
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 28 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ jobs:
- name: Checkout code
uses: actions/[email protected]

- name: Install NASM
- uses: ilammy/[email protected]

- name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y

Expand Down Expand Up @@ -212,6 +215,9 @@ jobs:
- name: Checkout code
uses: actions/[email protected]

- name: Install build dependencies
run: sudo apt-get update && sudo apt install -y build-essential cmake llvm-dev libclang-dev clang

- name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y

Expand Down
Loading

0 comments on commit 74ede12

Please sign in to comment.