Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
printflucasguanabara committed Jan 19, 2024
1 parent f9fe3c2 commit 945f10c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential autoconf automake libtool
- name: Autotools configure
run: |
./autogen.sh #
./configure
- name: make
run: make
- name: make check
Expand Down

0 comments on commit 945f10c

Please sign in to comment.