rename to in CI workflow

This commit is contained in:
AdenKoperczak 2024-10-18 10:46:51 -04:00
parent a5106f4640
commit 6c2e31e3cb

View file

@ -58,7 +58,7 @@ jobs:
conan_compiler_runtime: ''
conan_package_manager: --conf tools.system.package_manager:mode=install --conf tools.system.package_manager:sudo=True
artifact_suffix: linux-x64
packages: ''
compiler_packages: ''
- name: linux64_clang
os: ubuntu-24.04
build_type: Release
@ -77,7 +77,7 @@ jobs:
conan_compiler_runtime: ''
conan_package_manager: --conf tools.system.package_manager:mode=install --conf tools.system.package_manager:sudo=True
artifact_suffix: linux-clang-x64
packages: clang-17
compiler_packages: clang-17
name: ${{ matrix.name }}
env:
CC: ${{ matrix.env_cc }}
@ -117,7 +117,7 @@ jobs:
sudo apt-get install doxygen \
libfuse2 \
ninja-build \
${{ matrix.packages }}
${{ matrix.compiler_packages }}
- name: Setup Python Environment
shell: pwsh