summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-03-09 21:08:15 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-03-09 21:08:15 +0800
commitb88377e374f34396cc11d9e40fd27db7f31bd273 (patch)
tree7e2e4be7731d5a312f302073b5b92eea7f267145
parent04ac3cdb389fd0969f7e3be860e9d19ffd0b2f67 (diff)
downloadlua-language-server-b88377e374f34396cc11d9e40fd27db7f31bd273.zip
install git
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e97f2868..3b099f27 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
if: ${{ matrix.target == 'linux' }}
run: |
apt-get update
- apt-get install -y gcc
+ apt-get install -y gcc git
- name: Install aarch64-linux-gnu
if: ${{ matrix.platform == 'linux-arm64' }}