Update testbuild.yaml (#2439)

* Update testbuild.yaml and downgrade to Ubuntu 20.04
This commit is contained in:
abraunegg 2023-06-21 11:15:56 +10:00 committed by GitHub
parent 628a85dc93
commit 4b32dbf12d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out code from GitHub
@ -19,7 +20,9 @@ jobs:
fetch-depth: 0
- name: Update Image
run: sudo apt-get update -y
run: |
sudo apt-get clean
sudo apt-get update -y
- name: Install build-essential
run: sudo apt install -y build-essential