Skip to content

Commit

Permalink
[CI] CI now wants darcs..
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Feb 15, 2025
1 parent 6945682 commit c9d5fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: |
set -ex
sudo apt-get update -qqy
sudo apt-get install -qqy ocaml-nox libpcre2-dev zlib1g-dev libgtk2.0-dev libmbedtls-dev ninja-build
sudo apt-get install -qqy darcs ocaml-nox libpcre2-dev zlib1g-dev libgtk2.0-dev libmbedtls-dev ninja-build
curl -sSL https://github.com/ocaml/opam/releases/download/2.3.0/opam-2.3.0-x86_64-linux -o $RUNNER_TEMP/opam
sudo install $RUNNER_TEMP/opam /usr/local/bin/opam
Expand Down

0 comments on commit c9d5fb5

Please sign in to comment.