Browse Source

[workflow] change options order

Apply name for job, not for step.
pull/1564/head
R4SAS 4 years ago committed by GitHub
parent
commit
8e24d1b909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -4,14 +4,14 @@ on: [push, pull_request] @@ -4,14 +4,14 @@ on: [push, pull_request]
jobs:
build:
name: Building with USE_UPNP=${{ matrix.with_upnp }} flag
runs-on: ubuntu-16.04
strategy:
fail-fast: true
matrix:
with_upnp: ['yes', 'no']
steps:
- name: Building with USE_UPNP=${{ matrix.with_upnp }} flag
uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: install packages
run: |
sudo add-apt-repository ppa:mhier/libboost-latest

Loading…
Cancel
Save