Skip to content

Commit f1eeb3e

Browse files
committed
um, try again
1 parent 8c33e56 commit f1eeb3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/run-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
set -eu
66

7-
for switch in $(cat .circle-ci/opam-switches); do
7+
for switch in $(cat .circleci/opam-switches); do
88
echo "Testing with opam switch $switch"
99
git clean -dfx
1010
opam switch "$switch"

.circleci/setup

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sudo apt-get install m4 -y
88

99
opam repo add --all -k git github https://github.com/ocaml/opam-repository.git
1010

11-
for switch in $(cat .circle-ci/opam-switches); do
11+
for switch in $(cat .circleci/opam-switches); do
1212
echo "Installing dependencies with opam switch $switch"
1313
opam switch "$switch"
1414
eval $(opam env)

0 commit comments

Comments
 (0)