Skip to content

Commit

Permalink
Try plain gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed May 21, 2024
1 parent d150d83 commit 50409d9
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: g++-13, cpp: g++-13, c: gcc-13 },
{ name: g++-13, cpp: g++-13, c: gcc },
{ name: clang-14, cpp: clang++-14, c: clang-14 } ]

steps:
Expand All @@ -31,7 +31,7 @@ jobs:
sudo apt-get update || true
sudo apt-get install -y ${{ matrix.compiler.name }}
sudo apt-get install -y libncurses-dev
sudo apt-cache search gcc
sudo apt-cache search clang
- name: Use compiler
shell: bash
Expand Down

0 comments on commit 50409d9

Please sign in to comment.