Skip to content

Commit

Permalink
um, try again
Browse files Browse the repository at this point in the history
  • Loading branch information
mjambon committed Apr 4, 2020
1 parent 8c33e56 commit f1eeb3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/run-test
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
set -eu

for switch in $(cat .circle-ci/opam-switches); do
for switch in $(cat .circleci/opam-switches); do
echo "Testing with opam switch $switch"
git clean -dfx
opam switch "$switch"
Expand Down
2 changes: 1 addition & 1 deletion .circleci/setup
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sudo apt-get install m4 -y

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

for switch in $(cat .circle-ci/opam-switches); do
for switch in $(cat .circleci/opam-switches); do
echo "Installing dependencies with opam switch $switch"
opam switch "$switch"
eval $(opam env)
Expand Down

0 comments on commit f1eeb3e

Please sign in to comment.