summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-03-09 21:04:03 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-03-09 21:04:03 +0800
commitd608c62fd22ead85e528aa21205060c23275b1b6 (patch)
treefe3627977f3237f72269ea93439a1e41602aff4a /.github/workflows
parent78ae86b86cbe57ef83fb423dd28427beed73712c (diff)
downloadlua-language-server-d608c62fd22ead85e528aa21205060c23275b1b6.zip
update workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9d4b7599..01fdb4b9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,12 +36,8 @@ jobs:
- name: Prepare container
if: ${{ matrix.target == 'linux' }}
run: |
- apt-get update
- apt-get install -y software-properties-common
- add-apt-repository -y ppa:ubuntu-toolchain-r/test # For gcc-9 and g++-9
- add-apt-repository -y ppa:git-core/ppa # For git>=2.18.
- apt-get update
- apt-get install -y sudo git gcc-9 g++-9
+ sudo apt-get update
+ sudo apt-get install -y gcc
- name: Install aarch64-linux-gnu
if: ${{ matrix.platform == 'linux-arm64' }}