Skip to content

Commit

Permalink
Update cmake-auto-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrsRina authored Apr 7, 2024
1 parent 22873bf commit d2f4c61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- os: ubuntu-latest
cpp_compiler: g++

steps:
steps:
- name: Checkout Repository
uses: actions/checkout@v3

Expand All @@ -45,8 +45,10 @@ jobs:
id: release_condition
run: exit 0

- name: Install Ninja
uses: ashutoshvarma/setup-ninja@master

- name: Configure CMake
uses: seanmiddleditch/gha-setup-ninja@v4
run: >
cmake -B ${{ github.workspace }}/cmake-build-debug
-S ${{ github.workspace }}
Expand Down

0 comments on commit d2f4c61

Please sign in to comment.