Skip to content

Commit

Permalink
ci: update CI workflow to use Ninja generator and fix dependency inst…
Browse files Browse the repository at this point in the history
…allation using sudo
  • Loading branch information
pageldev committed Jan 19, 2025
1 parent c95bf0c commit def5ff6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ jobs:
build:
name: ubuntu:22.04-release
runs-on: ubuntu-22.04
env:
CMAKE_GENERATOR: Ninja
DEBIAN_FRONTEND: noninteractive
steps:
- name: install dependencies
run: |
apt-get update
apt-get install -y \
sudo apt update
sudo apt install -y \
build-essential \
clang-format \
cmake \
Expand Down

0 comments on commit def5ff6

Please sign in to comment.