diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-31 19:50:23 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-31 20:04:58 +0300 |
commit | 4be94180be00950319894ccb085ed82c447fa456 (patch) | |
tree | 73d6656e431b7e55410bb61ca140dc89384de719 /.github/workflows | |
parent | cmake: use install_pdbs() (diff) | |
download | privilege-check-4be94180be00950319894ccb085ed82c447fa456.tar.gz privilege-check-4be94180be00950319894ccb085ed82c447fa456.zip |
add `make build`, etc.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
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: |