Skip to content

Commit

Permalink
Add cmake to x86 container
Browse files Browse the repository at this point in the history
  • Loading branch information
dns13 committed Mar 4, 2024
1 parent 79b4072 commit 7b0471e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Setup
run: |
apt-get update && apt-get install -y cmake
- name: Build
run: |
cargo build --release
Expand Down

0 comments on commit 7b0471e

Please sign in to comment.