Skip to content

Commit

Permalink
Merge branch 'master' into hpbarfix
Browse files Browse the repository at this point in the history
  • Loading branch information
4144 committed Sep 22, 2020
2 parents d9bc6d3 + 1354b01 commit 331a929
Show file tree
Hide file tree
Showing 102 changed files with 3,352 additions and 2,309 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -7,7 +7,7 @@ env:
MYSQL_USER: 'ragnarok'
MYSQL_PASSWORD: 'ragnarok'
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
DEBIAN_COMMON_PACKAGES: make zlib1g-dev libpcre3-dev git python
DEBIAN_COMMON_PACKAGES: make zlib1g-dev libpcre3-dev git python2

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang10_test.yml
Expand Up @@ -7,7 +7,7 @@ env:
MYSQL_USER: 'ragnarok'
MYSQL_PASSWORD: 'ragnarok'
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
DEBIAN_COMMON_PACKAGES: make zlib1g-dev libpcre3-dev git python
DEBIAN_COMMON_PACKAGES: make zlib1g-dev libpcre3-dev git python2

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcc10_test.yml
Expand Up @@ -7,7 +7,7 @@ env:
MYSQL_USER: 'ragnarok'
MYSQL_PASSWORD: 'ragnarok'
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
DEBIAN_COMMON_PACKAGES: make zlib1g-dev libpcre3-dev git python
DEBIAN_COMMON_PACKAGES: make zlib1g-dev libpcre3-dev git python2

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcc9_test.yml
Expand Up @@ -7,7 +7,7 @@ env:
MYSQL_USER: 'ragnarok'
MYSQL_PASSWORD: 'ragnarok'
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
DEBIAN_COMMON_PACKAGES: make zlib1g-dev libpcre3-dev git python
DEBIAN_COMMON_PACKAGES: make zlib1g-dev libpcre3-dev git python2

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mariadb.yml
Expand Up @@ -7,7 +7,7 @@ env:
MYSQL_USER: 'ragnarok'
MYSQL_PASSWORD: 'ragnarok'
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
DEBIAN_COMMON_PACKAGES: make zlib1g-dev libpcre3-dev git python
DEBIAN_COMMON_PACKAGES: make zlib1g-dev libpcre3-dev git python2

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Expand Up @@ -7,7 +7,7 @@ env:
MYSQL_USER: 'ragnarok'
MYSQL_PASSWORD: 'ragnarok'
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
DEBIAN_COMMON_PACKAGES: make zlib1g-dev libpcre3-dev git python
DEBIAN_COMMON_PACKAGES: make zlib1g-dev libpcre3-dev git python2

jobs:
build:
Expand Down

0 comments on commit 331a929

Please sign in to comment.