diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2023-03-07 15:36:24 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2023-03-07 15:36:24 +0100 |
| commit | 8f3f837ab7db5c2fcbb2288aa21ab8f24a6c01bd (patch) | |
| tree | ba3458093b31ecfa253eeb3625b4ccfbdeb507d8 /.github/workflows | |
| parent | 97c3c8f53231ace8476fd994d9ab2874d319045f (diff) | |
Fix CI
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2007218f..d5d3f68c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: - name: Install Requirements run: | sudo apt update - sudo apt install -y gcc g++ + sudo apt install -y gcc g++ python-is-python3 - name: Build and run tests run: | |
