Skip to content

Commit

Permalink
build dwm shared library in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed May 2, 2024
1 parent a3b97ce commit a966d6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libxft-dev libxinerama-dev
- name: Build dwm shared library
run: |
make dwm/libdwm.so
- name: Install ${{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@master
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libxft-dev libxinerama-dev
- name: Build dwm shared library
run: |
make dwm/libdwm.so
- name: Install ${{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit a966d6b

Please sign in to comment.