We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2de17 commit b7dfcb9Copy full SHA for b7dfcb9
.github/workflows/build.yaml
@@ -1,14 +1,14 @@
1
name: Build
2
on: [push]
3
jobs:
4
- Explore-GitHub-Actions:
+ Build:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v5
8
- name: Install depdencies.
9
run: |
10
sudo apt-get update
11
- sudo apt-get install -y cmake ninja build-essential
+ sudo apt-get install -y cmake ninja-build build-essential python3-dev libnode-dev swig libjson-c-dev
12
- name: Build
13
14
mkdir build
0 commit comments