From 8923f85ac1132a300426c83f611f91d94b619dd3 Mon Sep 17 00:00:00 2001 From: Zhennan Zhou Date: Sun, 9 Jun 2024 23:38:20 -0700 Subject: [PATCH] fix github ci --- .github/workflows/ubuntu.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ubuntu.yaml b/.github/workflows/ubuntu.yaml index b7f80f8..b68a782 100644 --- a/.github/workflows/ubuntu.yaml +++ b/.github/workflows/ubuntu.yaml @@ -21,6 +21,8 @@ jobs: run: | apt-get update -y apt-get install make -y + apt-get install curl -y + apt-get install lsof -y apt-get install python3 -y apt-get install python3.10-venv -y - name: Swift version