Skip to content

Commit

Permalink
install lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Dec 12, 2024
1 parent 3d3660d commit ce021aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install X libraries
run: |
sudo apt-get update
sudo apt-get install libxft-dev libxinerama-dev
sudo apt-get install libxft-dev libxinerama-dev lua
- name: Install ${{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Install X libraries
run: |
sudo apt-get update
sudo apt-get install libxft-dev libxinerama-dev
sudo apt-get install libxft-dev libxinerama-dev lua
- name: Install nightly
uses: dtolnay/rust-toolchain@nightly
- name: cargo doc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
if: ${{ ! matrix.is_mac }}
run: |
sudo apt-get update
sudo apt-get install libxft-dev libxinerama-dev xserver-xephyr libxcb1-dev
sudo apt-get install libxft-dev libxinerama-dev xserver-xephyr libxcb1-dev lua
- name: Install X libraries (mac)
if: ${{ matrix.is_mac }}
run: |
brew install libxft libxinerama
brew install libxft libxinerama lua
brew install --cask xquartz
echo "PATH=$PATH:/opt/X11/bin" >> $GITHUB_ENV
- name: Install ${{ matrix.toolchain }}
Expand Down

0 comments on commit ce021aa

Please sign in to comment.