Skip to content

Commit b6a9fa1

Browse files
authored
test docker.latest.yml
1 parent b58089c commit b6a9fa1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker.latest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
steps:
14+
- name: Remove unnecessary files
15+
run: |
16+
sudo rm -rf /usr/share/dotnet
17+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
1418
- uses: actions/checkout@v2
1519
- name: Upgrade QEMU
1620
run: |

0 commit comments

Comments
 (0)