Skip to content

Commit

Permalink
fix 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 1706a29 commit 76f22b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- 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

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

- 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

- name: configure
run: cmake ..

Expand Down

0 comments on commit 76f22b4

Please sign in to comment.