diff --git a/.woodpecker/motis-release.yml b/.woodpecker/motis-release.yml index 2f0502bd..a62e99a6 100644 --- a/.woodpecker/motis-release.yml +++ b/.woodpecker/motis-release.yml @@ -9,7 +9,7 @@ steps: image: docker.io/alpine commands: - export GITHUB_ACTIONS=1 - - export MOTIS_TAG=v2.0.8 + - export MOTIS_TAG=v2.0.10 - apk add musl-dev cmake ninja gcc g++ git npm linux-headers - git clone https://github.com/motis-project/motis -b $MOTIS_TAG motis-src - mkdir -p motis-src/build