Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Oops CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NexusSfan committed Aug 7, 2024
1 parent 3f78a77 commit 3429726
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
. "$HOME/.cargo/env"
- name: Prepare Libs
shell: bash
run: |
sudo apt-get install libx11-dev libxext-dev libxft-dev libxinerama-dev libxcursor-dev libxrender-dev libxfixes-dev libpango1.0-dev libgl1-mesa-dev libglu1-mesa-dev
- name: Create Package
shell: bash
run: |
Expand Down

0 comments on commit 3429726

Please sign in to comment.