Skip to content

Commit

Permalink
.github/workflows: Run autogen first.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivucica authored Dec 6, 2023
1 parent 65ec028 commit 5542308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v3
- name: install deps
run: sudo apt-get update && sudo apt-get install libsdl1.2-dev libsdl-gfx1.2-dev autoconf automake libgl1-mesa-dev libglu1-mesa-dev
- name: autogen
run: cd glict && ./autogen.sh
- name: configure
run: cd glict && ./configure
- name: make
Expand Down

0 comments on commit 5542308

Please sign in to comment.