We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dd334 commit 8842bd0Copy full SHA for 8842bd0
.github/workflows/ubuntu-22-04-build.yml
@@ -20,7 +20,7 @@ jobs:
20
sudo apt-get install -y gcc-13 build-essential
21
- name: CMake set-up
22
run: |
23
- export CXX=/usr/bin/g++-13ß
+ export CXX=/usr/bin/g++-13
24
cmake -DHMDF_TESTING=ON -DHMDF_EXAMPLES=ON -DHMDF_BENCHMARKS=ON -DCMAKE_BUILD_TYPE=Release .
25
- name: CMake build
26
run: cmake --build . --config Release --parallel $(nproc)
0 commit comments