Skip to content

Commit

Permalink
Update install_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JAremko authored Jan 25, 2025
1 parent 69ddca6 commit b16520d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/web/install_deps
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
## License: GPLv3

cp .circleci/web/.spacemacs ~/
# First time fails
emacs -batch -l ~/.emacs.d/init.el

# But the second one?
emacs -batch -l ~/.emacs.d/init.el
if [ $? -ne 0 ]; then
echo "Dependencies installation failed."
Expand Down

0 comments on commit b16520d

Please sign in to comment.