Closed rolandwalker closed 3 years ago
So that cask install can run routinely during development.
cask install
Edit: add cask update to the Makefile target as well, to always run the latest version of dependencies.
cask update
The test failures are not surprising. #192 is needed.
So that
cask install
can run routinely during development.Edit: add
cask update
to the Makefile target as well, to always run the latest version of dependencies.