Skip to content

Commit

Permalink
Simplify, fix ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Essex authored and Jacob Essex committed Jun 15, 2024
1 parent 7ea73aa commit 2cd59ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ jobs:
if: ${{ matrix.os.type == 'ubuntu' }}
run: |
sudo apt-get install libxi-dev libxtst-dev libxrandr-dev
sudo apt install libx11-dev libxft-dev libxext-dev
sudo apt-get install libwayland-dev libxkbcommon-dev libegl1-mesa-dev libgles2-mesa-dev
sudo apt-get install linux-libc-dev
- uses: actions/checkout@v4
with:
submodules: true
- uses: lukka/get-cmake@latest
- name: Install packages
- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
id: vcpkg
with:
runVcpkgInstall: true
- name: Build
run: |
mkdir build
Expand Down

0 comments on commit 2cd59ad

Please sign in to comment.