Skip to content

Commit

Permalink
CI: try fix vcpkg CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Feb 20, 2025
1 parent d2207e6 commit 22b7409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/VcpkgDeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if : ${{ matrix.config.os == 'ubuntu-latest' }}
shell: bash
run: |
sudo apt-get update && sudo apt-get install -y libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config libx11-dev libxft-dev libxext-dev autoconf automake libtool pkg-config
sudo apt-get update && sudo apt-get install -y libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config libx11-dev libxft-dev libxext-dev autoconf automake libtool pkg-config libltdl-dev
- name: vcpkg install
uses: johnwason/vcpkg-action@v6
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/VcpkgPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
with:
submodules: false

- name: Setup interactive tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup interactive tmate session
# uses: mxschmitt/action-tmate@v3

- name: install glfw & sdl requirements
if : ${{ matrix.config.os == 'ubuntu-latest' }}
shell: bash
run: |
sudo apt-get update && sudo apt-get install -y libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config libx11-dev libxft-dev libxext-dev autoconf automake libtool pkg-config
sudo apt-get update && sudo apt-get install -y libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config libx11-dev libxft-dev libxext-dev autoconf automake libtool pkg-config libltdl-dev
- name: vcpkg install
uses: johnwason/vcpkg-action@v6
Expand Down

0 comments on commit 22b7409

Please sign in to comment.