diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-10-30 15:18:01 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-10-30 15:30:48 -0400 |
commit | 1de7f3954e82bbb66c9062fb343e0d5844e65a32 (patch) | |
tree | 7d1d4eba45225db9af043e7ce0434be8ff539155 /.github | |
parent | fd973acd34175d3bc9349db6f3101b927e33f390 (diff) | |
download | kutter-1de7f3954e82bbb66c9062fb343e0d5844e65a32.tar.gz kutter-1de7f3954e82bbb66c9062fb343e0d5844e65a32.tar.xz kutter-1de7f3954e82bbb66c9062fb343e0d5844e65a32.zip |
build-test: Move system package installation to ci-install.sh
It's more maintainable to have the system packages listed in
ci-install.sh instead of in build-test.yaml.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-test.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index bcd98fd3..4a3e0ced 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -8,9 +8,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Install system dependencies - run: sudo apt-get install gcc-avr avr-libc pv libmpfr-dev libgmp-dev libmpc-dev texinfo libncurses5-dev bison flex python-virtualenv virtualenv python-dev libffi-dev build-essential libnewlib-arm-none-eabi gcc-arm-none-eabi binutils-arm-none-eabi - - name: Setup cache uses: actions/cache@v2 with: |