Skip to content

Commit

Permalink
Maybe I should get xtst etc. BEFORE vpkg. IDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftrull committed Nov 15, 2024
1 parent bc75dc5 commit bfb1963
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ jobs:
with:
submodules: true

- name: Set up vcpkg and install our dependencies
uses: lukka/run-vcpkg@v11
with:
vcpkgJsonGlob: 'vcpkg.json'
runVcpkgInstall: true

- name: Get runtime system dependencies for building Qt (?)
if: matrix.c_compiler != 'cl'
shell: bash
run: |
apt install libxi-dev libxtst-dev
- name: Set up vcpkg and install our dependencies
uses: lukka/run-vcpkg@v11
with:
vcpkgJsonGlob: 'vcpkg.json'
runVcpkgInstall: true

- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
id: strings
Expand Down

0 comments on commit bfb1963

Please sign in to comment.