aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-31 19:50:23 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-31 20:04:58 +0300
commit4be94180be00950319894ccb085ed82c447fa456 (patch)
tree73d6656e431b7e55410bb61ca140dc89384de719 /.github/workflows
parentcmake: use install_pdbs() (diff)
downloadprivilege-check-4be94180be00950319894ccb085ed82c447fa456.tar.gz
privilege-check-4be94180be00950319894ccb085ed82c447fa456.zip
add `make build`, etc.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5823c39..4f4587c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,9 +45,7 @@ jobs:
platform: '${{ matrix.platform }}'
if: matrix.toolset == 'mingw'
- name: Build
- run: |
- cd cmake
- python -m project.ci.cmake --install
+ run: make install
- name: Upload binaries
uses: actions/upload-artifact@v2
with: