Skip to content

Commit 4615d5b

Browse files
authored
Update docker-image.yml
Try to fix CI
1 parent 50afa55 commit 4615d5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
runs-on: ubuntu-24.04
1414

1515
steps:
16+
- name: Remove unnecessary files
17+
run: |
18+
sudo rm -rf /usr/share/dotnet
19+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
1620
- uses: actions/checkout@v4
1721
- name: Build the Docker image
1822
run: docker build . --file Dockerfile --tag hdr-image:$(date +%s)

0 commit comments

Comments
 (0)