Skip to content

Commit

Permalink
fix github ci/cd for cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
sagb committed May 12, 2024
1 parent 76f22b4 commit c12783c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: create build directory
run: mkdir -p ${{ github.workspace }}/build
working-directory: ${{ github.workspace }}

- name: install build dependencies
run: sudo apt-get -y install libx11-dev libxmu-dev libxft-dev libxrender-dev libxrandr-dev libpng-dev libxpm-dev uthash-dev autoconf automake
Expand Down

0 comments on commit c12783c

Please sign in to comment.