Skip to content

Commit

Permalink
update .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Oct 18, 2023
1 parent 57fa333 commit 2405d5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- run:
name: Install Dependencies
command: |
apt-get update
apt-get -y install locales make
apt-get -y install util-linux bsdmainutils gawk curl rlwrap emacs
sudo apt-get update
sudo apt-get -y install locales make
sudo apt-get -y install util-linux bsdmainutils gawk curl rlwrap emacs
- run:
name: Sanity Check
command: |
Expand Down

0 comments on commit 2405d5a

Please sign in to comment.