Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Dec 23, 2024
1 parent 723de33 commit 81db3f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:

- run: opam install . --deps-only

- run: opam exec -- ./configure
- run: opam exec -- bash ./configure

- run: opam exec -- make all
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

# Adapted from the ocamlnet configure script.

Expand Down

0 comments on commit 81db3f1

Please sign in to comment.