Update build-essentials
Some checks failed
BuildTest / Build and test (push) Failing after 18s

This commit is contained in:
2024-03-15 14:24:16 +00:00
parent b43a762ed6
commit 7f48efbf3f

View File

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