From dfbe07edfc9f3b6001de7a2b4a78898ad7c2d84a Mon Sep 17 00:00:00 2001 From: Hirokazu Hata Date: Sun, 23 Feb 2020 09:30:36 +0900 Subject: dartls: remove calling error in detecting cmd ref: #140 --- .github/workflows/docgen.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml index 4f24a6e6..38ecffa4 100644 --- a/.github/workflows/docgen.yml +++ b/.github/workflows/docgen.yml @@ -7,13 +7,6 @@ jobs: runs-on: [ubuntu-latest] if: github.ref != 'master' steps: - - name: Setup Dart - run: | - sudo apt install apt-transport-https - sudo sh -c 'wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -' - sudo sh -c 'wget -qO- https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list' - sudo apt update - sudo apt install dart - uses: actions/checkout@v2 - run: date +%F > todays-date - name: Restore cache for today's nightly. -- cgit v1.2.3-70-g09d2