Skip to content

Commit d0f5d9a

Browse files
CI:checkout .github/workflows files from main branch
1 parent 769bbd5 commit d0f5d9a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,12 @@ jobs:
3434
CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake ../source
3535
- name: Build libgimli
3636
working-directory: build
37-
<<<<<<< HEAD
38-
run: make -j 8 gimli
39-
- name: Build Python bindings
40-
working-directory: build
41-
run: make pygimli J=4
42-
=======
4337
run: |
4438
make -j 8 gimli
4539
- name: Build Python bindings
4640
working-directory: build
4741
run: |
4842
make pygimli J=4
49-
>>>>>>> 534cf42feace8847b4c8869078bc9a25c072ff67
5043
- name: Test bindings
5144
run: |
5245
source venv-build/bin/activate

0 commit comments

Comments
 (0)