Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ademclk authored Dec 18, 2023
1 parent 0e9b2e0 commit 1a2e8d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure
- name: make
- name: Create Build Directory
run: mkdir build
- name: Change to Build Directory
run: cd build
- name: Run CMake
run: cmake ..
- name: Build Project
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck

0 comments on commit 1a2e8d0

Please sign in to comment.