We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfcdf0 commit 4b28eb7Copy full SHA for 4b28eb7
1 file changed
.github/workflows/tests.yml
@@ -19,7 +19,6 @@ jobs:
19
sudo apt-get install gcc-11 g++11 gcov-11 lcov cmake ninja-build python3-pyelftools python3-regex python3-polib
20
echo "CC=gcc-11" >> $GITHUB_ENV
21
echo "CXX=g++-11" >> $GITHUB_ENV
22
- echo "GCOV=gcov-11" >> $GITHUB_ENV
23
24
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25
- name: Checkout ${{ github.event.pull_request.head.ref }}
@@ -56,7 +55,6 @@ jobs:
56
55
run: |
57
mkdir build
58
cd build
59
- cmake .. -G Ninja -DCMAKE_C_COMPILER=gcc-11 -DCMAKE_CXX_COMPILER=g++-11
60
cmake .. -G Ninja \
61
-DCMAKE_C_COMPILER=gcc-11 \
62
-DCMAKE_CXX_COMPILER=g++-11 \
0 commit comments