Skip to content

[nasa/cryptolib#167] Container Builds #5

[nasa/cryptolib#167] Container Builds

[nasa/cryptolib#167] Container Builds #5

Workflow file for this run

name: KMC Build
on:
push:
branches: [ main, dev ]
pull_request:
jobs:
kmc_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Container Setup
- name: Container Setup
run: apt update
run: apt install -y \

Check failure on line 18 in .github/workflows/kmc_build.yml

View workflow run for this annotation

GitHub Actions / KMC Build

Invalid workflow file

The workflow is not valid. .github/workflows/kmc_build.yml (Line: 18, Col: 7): 'run' is already defined .github/workflows/kmc_build.yml (Line: 34, Col: 7): 'run' is already defined
autoconf \
cmake \
g++-multilib \
gcc-multilib \
gettext \
git \
gdb \
lcov \
libcurl4-openssl-dev \
libmariadb-dev \
libmariadb-dev-compat \
libgcrypt20-dev \
libtool \
python3-dev \
python3-pip
run: pip3 install pycryptodome
# End Container Setup
- name: KMC Build Script
run: bash ${GITHUB_WORKSPACE}/support/scripts/build_kmc.sh