Skip to content

Commit

Permalink
[CI] Drop Arch Linux workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Dec 24, 2023
1 parent cb6f9a1 commit 02803fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/coq-archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: work around coq issue 15663
run: |
ln -s /usr/lib/coq /usr/lib/ocaml/coq
ln -s /usr/lib/coq-core /usr/lib/ocaml/coq-core
ln -s /usr/lib/coqide-server /usr/lib/ocaml/coqide-server
- name: Work around https://github.com/actions/checkout/issues/766
run: git config --global --add safe.directory "*"
- name: chroot build params
Expand Down

0 comments on commit 02803fc

Please sign in to comment.