Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SunBeau authored Apr 12, 2024
1 parent 82e1127 commit 17f2a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:

- name: Intall Deps
run: |
yum install -y wget tar gcc automake autoconf libtool make cmake
yum install -y gcc make cmake
- name: Configure CMake And Build
working-directory: ${{ github.workspace }}
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:

- name: Intall Deps
run: |
yum install -y wget tar gcc automake autoconf libtool make cmake
yum install -y gcc make cmake
- name: Configure CMake And Build
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 17f2a3b

Please sign in to comment.