Skip to content

Commit 8842bd0

Browse files
committed
set the compiler to gcc-13 (fix typo)
1 parent 59dd334 commit 8842bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu-22-04-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sudo apt-get install -y gcc-13 build-essential
2121
- name: CMake set-up
2222
run: |
23-
export CXX=/usr/bin/g++-13ß
23+
export CXX=/usr/bin/g++-13
2424
cmake -DHMDF_TESTING=ON -DHMDF_EXAMPLES=ON -DHMDF_BENCHMARKS=ON -DCMAKE_BUILD_TYPE=Release .
2525
- name: CMake build
2626
run: cmake --build . --config Release --parallel $(nproc)

0 commit comments

Comments
 (0)