Browse Source

Fix gh actions syntax

tags/v0.0.0-test.4
Philipp Oppermann 3 years ago
parent
commit
9db607d3ca
Failed to extract signature
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/ci.yml

+ 2
- 2
.github/workflows/ci.yml View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
name: Install Cap'n Proto and libacl-dev (Linux)
- name: Install Cap'n Proto and libacl-dev (Linux)
if: runner.os == 'Linux'
run: |
export DEBIAN_FRONTEND=noninteractive
@@ -110,7 +110,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Install Cap'n Proto and libacl-dev
- name: Install Cap'n Proto and libacl-dev
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y capnproto libcapnp-dev libacl1-dev


Loading…
Cancel
Save