Skip to content

Commit 5f198f3

Browse files
committed
fix: make ci happy
1 parent 7096797 commit 5f198f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unitest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
python-version: ["3.8", "3.9", "3.10"]
9-
os: [ubuntu-latest]
9+
os: [ubuntu-20.04]
1010
fail-fast: true
1111

1212
steps:
@@ -17,6 +17,7 @@ jobs:
1717
run: |
1818
df -h
1919
20+
docker rmi `docker images -q`
2021
sudo rm -rf /usr/share/dotnet /etc/mysql /etc/php /etc/apt/sources.list.d
2122
sudo -E apt-get -y purge azure-cli ghc* zulu* hhvm llvm* firefox google* dotnet* powershell openjdk* mysql* php* android*
2223
sudo -E apt-get update

0 commit comments

Comments
 (0)