Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
platonvin authored Aug 30, 2024
1 parent c7cab0a commit 81b7fb0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,20 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: checkout code
uses: actions/checkout@v3

- name: clone vcpkg
run: git clone https://github.com/microsoft/vcpkg.git

- name: bootstrap vcpkg
run: ./vcpkg/bootstrap-vcpkg.sh -disableMetrics

- name: at update
run: sudo apt update
- name: apt-install package dependencies
run: sudo apt install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config build-essential
- name: install dependencies
run: ./vcpkg/vcpkg install
# env:
# VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

- name: Build the project
run: make

0 comments on commit 81b7fb0

Please sign in to comment.