Skip to content

Commit

Permalink
add step to install vcpkg dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Oct 19, 2023
1 parent 482cc13 commit bbb8014
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
push:
branches: [ "development", "main", "release" ]
pull_request:
branches: [ "development", "main", "release" ]
#workflow_dispatch:
branches: [ "development", "main", "release" ]

permissions:
contents: write
Expand Down Expand Up @@ -48,6 +47,12 @@ jobs:

- uses: actions/checkout@v3

- name: Install vcpkg Dependencies
run: |
sudo apt update
sudo apt install -y -q --no-install-recommends build-essential tar curl zip unzip
if: matrix.os == 'ubuntu-22.04'

#
# os != windows-2022 (i.e. Linux, MacOS)
#
Expand Down

0 comments on commit bbb8014

Please sign in to comment.