Skip to content

Commit a8d350e

Browse files
committed
Fix the numerous typos in the last few commits
1 parent 2f45a75 commit a8d350e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- codecov/upload:
5454
# A new step puts us into the repo folder
5555
file: ../Debug-build/coverage.info
56-
conf: codecov.yml
56+
# conf: codecov.yml
5757
- coverage-reporter/send_report:
5858
coverage-reports: '../Debug-build/coverage.info'
5959
project-token: $CODACY_PROJECT_TOKEN

.github/workflows/cmake_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: sudo apt update && sudo apt install -y cmake ninja-build clang gcc g++ clang
3232

3333
- name: Configure
34-
run: cmake -GNinja -H. -B../Build -DINCH_UNITS_TEST=ON -DCMAKE_CXX_COMPILER=/usr/bin/${{ matrix.compiler }}-${{ matrix.version }} -DCMAKE_BUILD_TYPE=${{ matrix.type }}
34+
run: cmake -GNinja -H. -B../Build -DINCH_UNITS_TEST=ON -DCMAKE_CXX_COMPILER=/usr/bin/${{ matrix.compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.type }}
3535

3636
- name: Build
3737
run: cmake --build ../Build

0 commit comments

Comments
 (0)