Skip to content

Commit

Permalink
why is this so difficult
Browse files Browse the repository at this point in the history
  • Loading branch information
raquentin committed Sep 8, 2024
1 parent ef07fb9 commit ee9d161
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,10 @@ on:

jobs:
build:
runs-on: ubuntu-latest

env:
CXX: clang++-14
CLANG_FORMAT: clang-format-14

runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2

- name: Install CMake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.28.x'

- name: Install dependencies
run: sudo apt-get install -y gcc g++ clang

- name: Configure CMake
run: |
mkdir build
Expand Down

0 comments on commit ee9d161

Please sign in to comment.