Skip to content

Commit 81db3f1

Browse files
committed
_
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 723de33 commit 81db3f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444

4545
- run: opam install . --deps-only
4646

47-
- run: opam exec -- ./configure
47+
- run: opam exec -- bash ./configure
4848

4949
- run: opam exec -- make all

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env bash
22

33
# Adapted from the ocamlnet configure script.
44

0 commit comments

Comments
 (0)