Configuration file and CI #4
@@ -11,7 +11,7 @@ jobs:
|
|||||||
# uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install build tools
|
- name: Install build tools
|
||||||
run: sudo apt update && sudo apt install -y build-essential zip
|
run: apt update && apt install -y build-essential zip
|
||||||
|
|
||||||
- name: Compile project
|
- name: Compile project
|
||||||
run: make
|
run: make
|
||||||
|
|||||||
Reference in New Issue
Block a user