-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from qzhuyan/dev/william/fix-compile-with-cmak…
…e-3.20.5 FIX issue #46 CI: don't use jwlawson/actions-setup-cmake because github action virtual-environments has newer CMake 3.20.5 now Fix compiling error detect in CMake 3.20
- Loading branch information
Showing
2 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,10 +45,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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters