Skip to content

Commit

Permalink
Fix ICC CI by Freeing up Disk Space
Browse files Browse the repository at this point in the history
The ICC CI has been failing in the last few days with following message,
`System.IO.IOException: No space left on device`. So we need to free up more
disk space.
  • Loading branch information
WeiqunZhang committed Oct 5, 2023
1 parent d197c8f commit 666636e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
- uses: actions/checkout@v3
- name: Dependencies
run: |
.github/workflows/dependencies/ubuntu_free_disk_space.sh
.github/workflows/dependencies/dependencies_dpcpp.sh
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
.github/workflows/dependencies/dependencies_ccache.sh
Expand Down

0 comments on commit 666636e

Please sign in to comment.