Skip to content

Commit

Permalink
ci: install g++-11 in Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed May 16, 2024
1 parent 9c5d7cc commit 9530bf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ stages:
vcpkg.default.triplet: "x64-linux"
cc: clang-15
cxx: clang++-15
x64_gcc13:
x64_gcc11:
vcpkg.default.triplet: "x64-linux"
cc: gcc-13
cxx: g++-13
cc: gcc-11
cxx: g++-11
steps:
- powershell: sudo apt-get install -y $(Get-Content test/packages-apt.txt)
displayName: "Install APT packages"
Expand Down
2 changes: 0 additions & 2 deletions test/packages-apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ libx11-dev
libxi-dev
libxext-dev
libx11-xcb-dev
g++-13
libstdc++-13-dev

0 comments on commit 9530bf6

Please sign in to comment.