Update python and build path
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Nicolas Duhamel 2022-02-07 20:58:31 +01:00
parent 1604b07055
commit e14051fa65

View File

@ -5,11 +5,11 @@ name: default
volumes: volumes:
- name: build - name: build
host: host:
path: /home/citadel/build/ path: /home/citadel/data/citadel/bin/
steps: steps:
- name: Build - name: Build
image: python:3.9 image: python:3.10
commands: commands:
- apt-get update - apt-get update
- apt-get -y install python3-systemd libsystemd-dev - apt-get -y install python3-systemd libsystemd-dev