Updating APT before installing in CI
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b5bdbb6294
commit
4a1b333198
1 changed files with 1 additions and 0 deletions
|
@ -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 ../..
|
||||||
|
|
Loading…
Reference in a new issue