WIP: Try fixing CI after GHA Ubuntu 24.04 Update #1780

Closed
NickGerleman wants to merge 3 commits from NickGerleman-ubuntu-24-04 into main
3 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ inputs:
version:
description: LLVM version to use # Should be kept roughly in sync with arcanist
required: false
default: 12
default: 18
runs:
using: "composite"

View File

@@ -16,6 +16,7 @@ runs:
if: ${{ inputs.toolchain == 'Clang' }}
shell: bash
run: |
sudo apt-get install -y libc++-dev libc++abi-dev
echo "CC=/usr/bin/clang" >> $GITHUB_ENV
echo "CXX=/usr/bin/clang++" >> $GITHUB_ENV
echo "CXXFLAGS=-stdlib=libc++" >> $GITHUB_ENV

View File

@@ -107,3 +107,5 @@ jobs:
- name: clang-format
uses: ./.github/actions/clang-format
with:
directory: yoga