mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-28 16:43:35 +00:00
Cmake binary seems a bit buggy on github
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build Makefile with CMake
|
||||
run: mkdir -p build && cmake -S . -B build
|
||||
run: cmake -B build -S .
|
||||
- name: Build with Makefile
|
||||
run: make -C build ComSquare
|
||||
- name: Archive production artifact
|
||||
|
||||
Reference in New Issue
Block a user