Skip to content

Commit 33c86b1

Browse files
author
Yaya-Cout
committed
Fix GitHub pages build (replace symlinks by content)
Used code: for f in $(find . -type l) do cp --remove-destination $(readlink -e $f) $f done
1 parent c36a7f9 commit 33c86b1

154 files changed

Lines changed: 55060 additions & 153 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
submodules: true
1717
- run: make -C apps/KhiCAS cleanall
18+
- run: make -C apps/KhiCAS src/lib/libmpfi.a
1819
- run: make KhiCAS_rebuild
1920
- run: ./tool/archive KhiCAS.tar KhiCAS
2021
- uses: actions/upload-artifact@master

apps/KhiCAS/src/gmp-6.2.1/mpn/gcdext.c

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)