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