Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Apr 10, 2024
1 parent aa7121b commit 336c88c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }}

- name: Install dependencies
run: apt update && apt install libgtk-3-dev
run: sudo apt update && sudo apt install libgtk-3-dev

- name: Run cargo build common
run: cargo build -p atuin-common --locked --release
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
toolchain: stable

- name: Install dependencies
run: apt update && apt install libgtk-3-dev
run: sudo apt update && sudo apt install libgtk-3-dev

- uses: taiki-e/install-action@v2
name: Install nextest
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
toolchain: stable

- name: Install dependencies
run: apt update && apt install libgtk-3-dev
run: sudo apt update && sudo apt install libgtk-3-dev

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
components: clippy

- name: Install dependencies
run: apt update && apt install libgtk-3-dev
run: sudo apt update && sudo apt install libgtk-3-dev

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 336c88c

Please sign in to comment.