From 12440646131e97f1ec9215c2800c2eefe811a648 Mon Sep 17 00:00:00 2001 From: Frank Tackitt Date: Thu, 9 Dec 2021 10:10:43 -0700 Subject: [PATCH] Sudo apt-get --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ab1d14..e3a7382 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v2 - run: | - apt-get install -y libgeos-c1v5 + sudo apt-get install -y libgeos-c1v5 - uses: actions/setup-python@v1 with: python-version: '3.9.x'