diff options
| author | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2020-02-23 09:30:36 +0900 |
|---|---|---|
| committer | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2020-02-23 09:30:36 +0900 |
| commit | dfbe07edfc9f3b6001de7a2b4a78898ad7c2d84a (patch) | |
| tree | 5b4c28e1cbb70d2b809158893565945ecd749f64 /.github | |
| parent | [docgen] Update README.md (diff) | |
| download | nvim-lspconfig-dfbe07edfc9f3b6001de7a2b4a78898ad7c2d84a.tar nvim-lspconfig-dfbe07edfc9f3b6001de7a2b4a78898ad7c2d84a.tar.gz nvim-lspconfig-dfbe07edfc9f3b6001de7a2b4a78898ad7c2d84a.tar.bz2 nvim-lspconfig-dfbe07edfc9f3b6001de7a2b4a78898ad7c2d84a.tar.lz nvim-lspconfig-dfbe07edfc9f3b6001de7a2b4a78898ad7c2d84a.tar.xz nvim-lspconfig-dfbe07edfc9f3b6001de7a2b4a78898ad7c2d84a.tar.zst nvim-lspconfig-dfbe07edfc9f3b6001de7a2b4a78898ad7c2d84a.zip | |
dartls: remove calling error in detecting cmd
ref: #140
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docgen.yml | 7 |
1 files changed, 0 insertions, 7 deletions
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. |
