Skip to content

Commit

Permalink
Drop unused rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupus committed Nov 11, 2024
1 parent 43f670f commit 13e0fc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-latest, ubuntu-latest] # FIXME: windows-latest
ocaml-compiler:
[
"4.14.1",
Expand Down
10 changes: 0 additions & 10 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,3 @@
(public_name rust-staticlib-gen)
(package rust-staticlib-gen)
(libraries cmdliner opam-solver opam-state opam-client yojson fpath toml))

(rule
(target conf.txt)
(deps
(universe)
(sandbox none))
(action
(with-stdout-to
conf.txt
(run /usr/bin/pwd))))

0 comments on commit 13e0fc5

Please sign in to comment.