Skip to content

Commit

Permalink
Update apt before trying to install sudo in the build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Jan 16, 2024
1 parent c3dc57f commit c5e43e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
steps:
- name: Update system
run: |
apt-get -qq update
apt-get -qq install sudo
sudo apt update && sudo apt upgrade -y
- uses: actions/checkout@v2
Expand Down

0 comments on commit c5e43e6

Please sign in to comment.