Skip to content

Commit

Permalink
trim packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed May 7, 2024
1 parent 0ba49ab commit 403d58b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@ jobs:
if: matrix.os != 'macos-14' && matrix.os != 'windows-latest'
run: |
sudo apt update
sudo apt install libwebkit2gtk-4.1-dev \
sudo apt install \
build-essential \
curl \
wget \
file \
libssl-dev \
libayatana-appindicator3-dev \
librsvg2-dev
libssl-dev
- name: Run cargo build common
run: cargo build -p atuin-common --locked --release
Expand Down

0 comments on commit 403d58b

Please sign in to comment.