Try again
Some checks failed
BuildTest / Build and test (push) Failing after 49s

This commit is contained in:
2024-03-15 14:26:12 +00:00
parent 7f48efbf3f
commit f43177697c

View File

@@ -7,7 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Install build deps"
run: sudo apt install build-essentials
run: |
sudo apt update
sudo apt install build-essential
- name: "Checkout repo"
uses: actions/checkout@v3