Skip to content
Snippets Groups Projects
Unverified Commit c44073e4 authored by Tom Robinson's avatar Tom Robinson Committed by GitHub
Browse files

Run apt-get update before apt-get install gettext (#10909)

parent 02268a53
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,9 @@ jobs:
steps:
- attach-workspace
- restore-fe-deps-cache
- run:
name: Update apt
command: sudo apt-get update
- run:
name: Install gettext
command: sudo apt-get install gettext
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment