Skip to content

Commit

Permalink
ci: use default cmake version in github action
Browse files Browse the repository at this point in the history
as for today it is CMake 3.20.5
  • Loading branch information
qzhuyan committed Jul 15, 2021
1 parent 31acb76 commit e67fe65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ jobs:
- uses: gleam-lang/[email protected]
with:
otp-version: ${{ matrix.otp }}
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.16.9'
- name: release build with debug log off
run: |
sudo sysctl -w kernel.core_pattern=core
Expand Down

0 comments on commit e67fe65

Please sign in to comment.