CI fixes with Ubuntu 24.04 #25
@@ -14,7 +14,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
# Test building the package and installing it via pip3
|
# Test building the package and installing it via pip3
|
||||||
test-build-install:
|
test-build-install:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Add pipx to PATH
|
- name: Add pipx to PATH
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ parser.add_argument("-c", "--configdir", required=True, help="The config directo
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-l",
|
"-l",
|
||||||
"--logfile",
|
"--logfile",
|
||||||
required=True,
|
|
||||||
help="The path to the logfile. Default: <configdir>/seafile_mirror.log",
|
help="The path to the logfile. Default: <configdir>/seafile_mirror.log",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|||||||
Reference in New Issue
Block a user