Updating APT before installing in CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2024-09-26 03:26:41 +02:00
parent b5bdbb6294
commit 4a1b333198
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -15,6 +15,7 @@ steps:
image: node:18-bookworm image: node:18-bookworm
commands: commands:
- npm install - npm install
- apt update
- apt install -y qtchooser qttools5-dev-tools - apt install -y qtchooser qttools5-dev-tools
# Start building # Start building
- cd LogarithmPlotter/i18n && bash release.sh && cd ../.. - cd LogarithmPlotter/i18n && bash release.sh && cd ../..