Skip to content

Commit 5bb08e6

Browse files
committed
[AutoBump] Merge with fixes of a759176 (Jan 09)
2 parents ee87c02 + a759176 commit 5bb08e6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/libclang-python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
projects: clang
3838
# There is an issue running on "windows-2019".
3939
# See https://github.com/llvm/llvm-project/issues/76601#issuecomment-1873049082.
40-
os_list: '["ubuntu-latest"]'
40+
os_list: '["ubuntu-22.04"]'
4141
python_version: ${{ matrix.python-version }}

.github/workflows/llvm-project-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ jobs:
120120
run: |
121121
if [ "${{ runner.os }}" == "Linux" ]; then
122122
builddir="/mnt/build/"
123-
mkdir -p $builddir
123+
sudo mkdir -p $builddir
124+
sudo chown gha $builddir
124125
extra_cmake_args="-DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang"
125126
else
126127
builddir="$(pwd)"/build

0 commit comments

Comments
 (0)