Skip to content

Commit b7dfcb9

Browse files
committed
test v2
Signed-off-by: Tom Ingleby <[email protected]>
1 parent dc2de17 commit b7dfcb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Build
22
on: [push]
33
jobs:
4-
Explore-GitHub-Actions:
4+
Build:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v5
88
- name: Install depdencies.
99
run: |
1010
sudo apt-get update
11-
sudo apt-get install -y cmake ninja build-essential
11+
sudo apt-get install -y cmake ninja-build build-essential python3-dev libnode-dev swig libjson-c-dev
1212
- name: Build
1313
run: |
1414
mkdir build

0 commit comments

Comments
 (0)