Skip to content

Upgrade all dependencies #104

Upgrade all dependencies

Upgrade all dependencies #104

Workflow file for this run

{

Check failure on line 1 in .github/workflows/master.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/master.yaml

Invalid workflow file

(Line: 3, Col: 25): Required property is missing: runs-on
"jobs": {
"build_and_test": {
"steps": [
{
"name": "linux_amd64: build bb_clientd.deb",
"run": "bazel build --stamp --platforms=@rules_go//go/toolchain:linux_amd64 //:bb_clientd_deb"
},
{
"name": "linux_amd64: copy bb_clientd.deb",
"run": "rm -f bb_clientd.deb && cp bazel-bin/bb_clientd_deb.deb bb_clientd.deb"
},
{
"name": "linux_amd64: upload bb_clientd.deb",
"uses": "actions/upload-artifact@v4",
"with": {
"name": "bb_clientd.linux_amd64.deb",
"path": "bb_clientd.deb"
}
}
]
}
}
}