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 ddd7ba0 commit 8b6d44f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/perftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:

- name: "Install Dependencies"
run: |
sudo apt-get install fuse3 libfuse3-dev -y
sudo apt update
sudo apt-get install fuse3 libfuse3-dev gcc -y
- name: 'Checkout Main'
uses: actions/[email protected]
Expand Down

0 comments on commit 8b6d44f

Please sign in to comment.