Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geri1701 authored Feb 18, 2024
1 parent ced5fc6 commit a4749c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- stable
steps:
- uses: actions/checkout@v3

# Add step to install CMake
- name: Install CMake
run: sudo apt-get update && sudo apt-get install -y cmake

- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose

0 comments on commit a4749c0

Please sign in to comment.