Skip to content

Commit

Permalink
apt clean
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Rajoria <[email protected]>
  • Loading branch information
aryan-rajoria committed Nov 5, 2024
1 parent 9b19441 commit b9ae292
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine build
cd blint-db && python -m pip install .
echo $GITHUB_TOKEN | sha512sum
echo $GITHUB_USERNAME | sha512sum
- name: Install apt package
run: |
sudo apt update
sudo apt clean && sudo apt update
sudo apt install libzmq3-dev libx11-dev qtbase5-dev libgl1-mesa-dev ninja-build file -y
- name: Install ORAS
run: |
Expand Down

0 comments on commit b9ae292

Please sign in to comment.