Skip to content

Commit

Permalink
CI: Add autopoint to linux CI dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Jan 1, 2024
1 parent 1defe00 commit 1fdba88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/actions/initialize-linux-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ runs:
uses: ashutoshvarma/[email protected]
with:
version: 1.10.0
- name: Setup Vulkan dependencies
- name: Setup build dependencies
shell: bash
run: sudo apt install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config libwayland-dev
run: |
sudo apt install \
libxinerama-dev libxcursor-dev xorg-dev \
libglu1-mesa-dev pkg-config libwayland-dev autopoint
- name: Cache Vcpkg
id: cache-vcpkg
uses: actions/cache@v3
Expand Down

0 comments on commit 1fdba88

Please sign in to comment.