From c11ef240b3afb3ec9e0cf6c25e0f544710decfb9 Mon Sep 17 00:00:00 2001 From: krcroft Date: Wed, 11 Dec 2019 00:15:21 -0800 Subject: [PATCH] Back-out change for the release build (?) --- .github/workflows/linux.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ad4cabfa..c060d414 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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)