Skip to content

Commit

Permalink
Add Install cmake step on CD
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Oct 30, 2024
1 parent a35e358 commit 8408c82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ jobs:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}

- name: Get CMake
uses: lukka/get-cmake@latest

- name: Use Cross
shell: bash
run: |
Expand Down

0 comments on commit 8408c82

Please sign in to comment.