Skip to content

Commit

Permalink
Fix ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Moritz Maurer committed Oct 2, 2024
1 parent 3129fc3 commit 8c600b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@main

- name: Set up C++ environment
run: aminya/setup-cpp@v1

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y
cmake libyaml-cpp-dev catch2 libeigen3-dev doxygen libhdf5-dev
g++ cmake libyaml-cpp-dev catch2 libeigen3-dev doxygen libhdf5-dev

- name: Create build directory
run: mkdir build
Expand Down

0 comments on commit 8c600b3

Please sign in to comment.