Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Sep 18, 2024
1 parent 20fba17 commit 1166816
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: CI

on:
push:
branches:
- master
pull_request:
branches:
- master
push

jobs:
build:
Expand All @@ -22,22 +17,18 @@ jobs:
with:
submodules: true

- name: Set up CMake
- name: Set up dependencies for Linux
if: runner.os == 'Linux'
run: |
sudo apt-get update -qq
sudo apt-get install -qq cmake build-essential
sudo apt-get install -qq cmake build-essential clang
- name: Set up Homebrew
- name: Set up dependencies for macOS
if: runner.os == 'macOS'
run: |
brew update
brew upgrade cmake
- name: Set up compiler
run: |
sudo apt-get install -qq clang
- name: Display versions
run: |
gcc -v
Expand Down

0 comments on commit 1166816

Please sign in to comment.