Skip to content

Commit

Permalink
[CI] Update p4d CI workflow (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-sk authored May 6, 2024
1 parent 8451054 commit 874cf9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/llm_integration_p4d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- uses: actions/checkout@v4
- name: Clean env
run: |
sudo systemctl restart docker
yes | docker system prune -a --volumes
sudo rm -rf /home/ubuntu/actions-runner/_work/_tool/Java_Corretto_jdk/
echo "wait dpkg lock..."
Expand Down Expand Up @@ -117,6 +118,7 @@ jobs:
- uses: actions/checkout@v4
- name: Clean env
run: |
sudo systemctl restart docker
yes | docker system prune -a --volumes
sudo rm -rf /home/ubuntu/actions-runner/_work/_tool/Java_Corretto_jdk/
echo "wait dpkg lock..."
Expand Down Expand Up @@ -176,6 +178,7 @@ jobs:
- uses: actions/checkout@v4
- name: Clean env
run: |
sudo systemctl restart docker
yes | docker system prune -a --volumes
sudo rm -rf /home/ubuntu/actions-runner/_work/_tool/Java_Corretto_jdk/
echo "wait dpkg lock..."
Expand Down

0 comments on commit 874cf9d

Please sign in to comment.