1
0
Fork 0

Back-out change for the release build (?)

This commit is contained in:
krcroft 2019-12-11 00:15:21 -08:00 committed by Patryk Obara
parent d698586779
commit c11ef240b3

View file

@ -46,8 +46,6 @@ jobs:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- run: sudo apt-get update
- name: Install C++ compiler and libraries
run: sudo apt-get install -y tree $(./scripts/list-build-dependencies.sh -m apt -c gcc)