Skip to content

Commit

Permalink
cleanup: use apt-get rather than apt in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
krishd-amd committed Apr 24, 2024
1 parent 105e123 commit 0085145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perform_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Install yq
run: |
sudo apt update
sudo apt install python3 python3-pip jq
sudo apt-get update
sudo apt-get install -y python3 python3-pip jq
pip3 install yq
- name: Extract TCPDirect branch name
Expand Down

0 comments on commit 0085145

Please sign in to comment.