[actions] Rename worker and jobs
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -1,10 +1,10 @@
|
|||||||
name: Build on Ubuntu with make
|
name: Build on Ubuntu
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Building with USE_UPNP=${{ matrix.with_upnp }} flag
|
name: With USE_UPNP=${{ matrix.with_upnp }}
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
Reference in New Issue
Block a user