Skip to content

Commit

Permalink
dont use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Sep 5, 2024
1 parent beced46 commit 7af36fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_from_source_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: bootstrap debians
run: |
echo ${{ matrix.os }}
sudo apt-get -y update
sudo apt-get dist-upgrade
sudo apt-get install git build-essentials
apt-get -y update
apt-get dist-upgrade
apt-get install git build-essentials
if: ${{ matrix.os == 'Debian11' || matrix.os == 'Debian12' }}
- name: checkout_main_repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 7af36fe

Please sign in to comment.