Skip to content

Commit

Permalink
CI: Use cmake to build aws-lc-sys.
Browse files Browse the repository at this point in the history
  • Loading branch information
denschub committed May 25, 2024
1 parent 48dc809 commit 07285df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ env:
jobs:
build:
runs-on: ubuntu-20.04
env:
AWS_LC_SYS_CMAKE_BUILDER: true
steps:
- uses: actions/checkout@v4
- name: Update system
run: sudo apt-get update && sudo apt-get install -y cmake
- name: Update Rust
run: rustup update stable
- name: Build release artifacts
Expand Down

0 comments on commit 07285df

Please sign in to comment.