Skip to content

Commit 6352b5d

Browse files
committed
Fix CI
1 parent c77d3e2 commit 6352b5d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Prepare build environment
1616
run: |
1717
sudo apt update
18-
sudo apt install -y cmake just ninja-build ${{matrix.cxx}}
18+
sudo apt install -y cmake ninja-build ${{matrix.cxx}}
1919
- name: Prepare build directory
2020
env:
2121
CXX: ${{matrix.cxx}}

example/evaluator/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
find_package(fmt REQUIRED)
2-
31
add_compile_definitions(DATA_STORAGE_PATH="${CMAKE_SOURCE_DIR}/data")
42

53
add_executable(evaluate_each_problem evaluate_each_problem.cpp)

0 commit comments

Comments
 (0)