Skip to content

Commit

Permalink
lets use older cmake version to see if it fails downloading file
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Nov 2, 2024
1 parent 39c5a14 commit 420798a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Install CMake
uses: lukka/get-cmake@latest
with:
cmakeVersion: "3.25.2"

# - name: Build using docker
# run: |
# cd docker
Expand Down

0 comments on commit 420798a

Please sign in to comment.