Skip to content

Commit

Permalink
sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed May 25, 2024
1 parent e41fd3b commit 38cca71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/config/ubuntu-22.04-clang-15/conan/profiles/default
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler=clang
compiler.version=15
compiler.cppstd=17
compiler.libcxx=libstdc++11
compiler.version=12
os=Linux

[conf]
tools.build:compiler_executables={'c': 'gcc-12', 'cpp': 'g++-12'}
tools.build:compiler_executables={'c': 'clang-15', 'cpp': 'clang++-15'}
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
strategy:
fail-fast: false
matrix:
config:
- { os: ubuntu-22.04, compiler: clang-15, cc: clang-15, cxx: clang++-15 }
package: ${{ fromJson(needs.find-all-packages.outputs.packages) }}
config:
- { os: ubuntu-22.04, compiler: clang-15 }
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 38cca71

Please sign in to comment.