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 bc46eb1 commit 22873bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cmake-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
- os: ubuntu-latest
cpp_compiler: g++

steps:
- name: Install Ninja
uses: seanmiddleditch/gha-setup-ninja@v4

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

Expand All @@ -49,6 +46,7 @@ jobs:
run: exit 0

- 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 22873bf

Please sign in to comment.