Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhansa-msft committed Feb 29, 2024
1 parent 4047f5b commit 382bba7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/perftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
# Install Fuse3
- name: "Install Fuse3"
run: |
sudo rm -rfv /var/lib/apt/lists/*
sudo apt-get clean
sudo apt-get update --fix-missing
sudo rm -rf /var/lib/apt/lists/partial
sudo apt-get update -o Acquire::CompressionTypes::Order::=gz
sudo apt-get install fuse3 libfuse3-dev gcc -y
# Checkout main branch
Expand Down

0 comments on commit 382bba7

Please sign in to comment.