summaryrefslogtreecommitdiff
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
authorruki <[email protected]>2021-08-20 22:33:13 +0800
committerruki <[email protected]>2021-08-20 22:33:13 +0800
commitaa1fcf6c858bb139927c9e1d36e70bd7197ba8fb (patch)
tree71d3ee158b4d3353032b71e7de84ea6a756a3c8c /.github/workflows/linux.yml
parentbf6b82226abc277eaaf7d16fabfea48edb4d6cf7 (diff)
improve ci
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 1478b0962..1851e45ab 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
concurrency:
- group: ${{ github.head_ref }}-build
+ group: ${{ github.head_ref }}-Linux
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
run: |
sudo apt install -y ruby ruby-dev rubygems build-essential
sudo gem install --no-document fpm
- scripts/makepkg deb
+ scripts/makepkg deb
- uses: actions/upload-artifact@v2
with:
name: xmake-latest.amd64.deb
@@ -62,11 +62,11 @@ jobs:
sudo apt install -y dh-make rng-tools devscripts lintian
echo "$PPA_GPG_PRIKEY_2C0C68C9" > ppa_gpg.key
gpg --import ppa_gpg.key
- scripts/makeppa groovy
- scripts/makeppa focal
- scripts/makeppa bionic
- scripts/makeppa xenial
- scripts/makeppa trusty
- scripts/makeppa precise
+ scripts/makeppa groovy
+ scripts/makeppa focal
+ scripts/makeppa bionic
+ scripts/makeppa xenial
+ scripts/makeppa trusty
+ scripts/makeppa precise