Skip to content

Commit 8825d4b

Browse files
committed
root
1 parent 4a37275 commit 8825d4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
container:
4343
image: ${{ matrix.os }}
44+
options: --user root
4445

4546
strategy:
4647
fail-fast: false
@@ -67,7 +68,8 @@ jobs:
6768
working-directory: build
6869
run: cmake ../enzyme -DLLVM_EXTERNAL_LIT=`which lit` -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DLLVM_DIR=/usr/lib/llvm-${{ matrix.llvm }}/lib/cmake/llvm
6970
- name: make
70-
run: cd build && make -j `nproc` LLVMEnzyme-${{ matrix.llvm }} ClangEnzyme-${{ matrix.llvm }} LLDEnzyme-${{ matrix.llvm }}
71+
working-directory: build
72+
run: make -j `nproc` LLVMEnzyme-${{ matrix.llvm }} ClangEnzyme-${{ matrix.llvm }} LLDEnzyme-${{ matrix.llvm }}
7173
- name: make test-cmake
7274
working-directory: build
7375
run: make -j `nproc` test-cmake

0 commit comments

Comments
 (0)