This commit is contained in:
parent
f9c2ad3587
commit
1e601da194
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the code
|
- name: Check out the code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Install the toolchain
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get -y install cmake
|
||||||
- name: Set up the build environment
|
- name: Set up the build environment
|
||||||
run: cmake .
|
run: cmake .
|
||||||
- name: Compile the code
|
- name: Compile the code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue