This commit is contained in:
@@ -7,7 +7,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: "Install build deps"
|
- name: "Install build deps"
|
||||||
run: sudo apt install build-essentials
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install build-essential
|
||||||
|
|
||||||
- name: "Checkout repo"
|
- name: "Checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Reference in New Issue
Block a user