Skip to content

Commit

Permalink
no longer have to build dwm shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Aug 22, 2024
1 parent 0bf4b79 commit a54f988
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ 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: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ 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 a54f988

Please sign in to comment.