1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 12:24:19 +00:00

[actions] Rename worker and jobs

This commit is contained in:
R4SAS 2020-10-27 19:34:38 +00:00 committed by GitHub
parent 9ffc4155dd
commit 2b4a91cc80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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