We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee87c02 + a759176 commit 5bb08e6Copy full SHA for 5bb08e6
.github/workflows/libclang-python-tests.yml
@@ -37,5 +37,5 @@ jobs:
37
projects: clang
38
# There is an issue running on "windows-2019".
39
# See https://github.com/llvm/llvm-project/issues/76601#issuecomment-1873049082.
40
- os_list: '["ubuntu-latest"]'
+ os_list: '["ubuntu-22.04"]'
41
python_version: ${{ matrix.python-version }}
.github/workflows/llvm-project-tests.yml
@@ -120,7 +120,8 @@ jobs:
120
run: |
121
if [ "${{ runner.os }}" == "Linux" ]; then
122
builddir="/mnt/build/"
123
- mkdir -p $builddir
+ sudo mkdir -p $builddir
124
+ sudo chown gha $builddir
125
extra_cmake_args="-DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang"
126
else
127
builddir="$(pwd)"/build
0 commit comments