Skip to content

Commit

Permalink
add explicit c
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed May 21, 2024
1 parent 28eec97 commit fb79d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dabc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build_type: [Release]
compiler: [ { name: g++-11, cpp: g++-11, c: gcc-11 },
{ name: g++-12, cpp: g++-12, c: gcc-12 },
{ name: gcc-13, cpp: g++-13, c: gcc-13 },
{ name: g++-13, cpp: g++-13, c: gcc-13 },
{ name: clang-14, cpp: clang++-14, c: clang-14 } ]

steps:
Expand All @@ -29,7 +29,7 @@ jobs:
run: |
sudo rm -f /etc/apt/sources.list.d/archive_uri-*
sudo apt-get update || true
sudo apt-get install -y ${{ matrix.compiler.name }}
sudo apt-get install -y ${{ matrix.compiler.name }} ${{ matrix.compiler.c }}
sudo apt-get install -y libncurses-dev
- name: Use compiler
Expand Down

0 comments on commit fb79d9e

Please sign in to comment.