Run apt update before installing packages in CI script
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2023-02-20 02:36:57 +01:00
parent 89fe0c7580
commit 42b2887da1
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ steps:
- name: build & test
image: ubuntu:jammy
commands:
- apt install -y gcc python3.10
- apt update && apt install -y gcc python3.10
- python3.10 ./build.py